Class: Google::Ads::AdManager::V1::Report::Value
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Report::Value
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
Represents a single value in a report.
Defined Under Namespace
Classes: IntList, StringList
Instance Attribute Summary collapse
-
#bool_value ⇒ ::Boolean
For boolean values.
-
#bytes_value ⇒ ::String
For bytes values.
-
#double_value ⇒ ::Float
For double values.
-
#int_list_value ⇒ ::Google::Ads::AdManager::V1::Report::Value::IntList
For lists of integer values.
-
#int_value ⇒ ::Integer
For integer values.
-
#string_list_value ⇒ ::Google::Ads::AdManager::V1::Report::Value::StringList
For lists of string values.
-
#string_value ⇒ ::String
For string values.
Instance Attribute Details
#bool_value ⇒ ::Boolean
Returns For boolean values.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 81 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A list of integer values. # @!attribute [rw] values # @return [::Array<::Integer>] # The values class IntList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # A list of string values. # @!attribute [rw] values # @return [::Array<::String>] # The values class StringList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#bytes_value ⇒ ::String
Returns For bytes values.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 81 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A list of integer values. # @!attribute [rw] values # @return [::Array<::Integer>] # The values class IntList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # A list of string values. # @!attribute [rw] values # @return [::Array<::String>] # The values class StringList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#double_value ⇒ ::Float
Returns For double values.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 81 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A list of integer values. # @!attribute [rw] values # @return [::Array<::Integer>] # The values class IntList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # A list of string values. # @!attribute [rw] values # @return [::Array<::String>] # The values class StringList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#int_list_value ⇒ ::Google::Ads::AdManager::V1::Report::Value::IntList
Returns For lists of integer values.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 81 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A list of integer values. # @!attribute [rw] values # @return [::Array<::Integer>] # The values class IntList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # A list of string values. # @!attribute [rw] values # @return [::Array<::String>] # The values class StringList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#int_value ⇒ ::Integer
Returns For integer values.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 81 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A list of integer values. # @!attribute [rw] values # @return [::Array<::Integer>] # The values class IntList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # A list of string values. # @!attribute [rw] values # @return [::Array<::String>] # The values class StringList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#string_list_value ⇒ ::Google::Ads::AdManager::V1::Report::Value::StringList
Returns For lists of string values.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 81 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A list of integer values. # @!attribute [rw] values # @return [::Array<::Integer>] # The values class IntList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # A list of string values. # @!attribute [rw] values # @return [::Array<::String>] # The values class StringList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#string_value ⇒ ::String
Returns For string values.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 81 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A list of integer values. # @!attribute [rw] values # @return [::Array<::Integer>] # The values class IntList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # A list of string values. # @!attribute [rw] values # @return [::Array<::String>] # The values class StringList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |