Class: Google::Ads::AdManager::V1::Report::Value

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bool_value::Boolean

Returns For boolean values.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Float)

    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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:

  • (::String)

    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