Class: Google::Ads::AdManager::V1::Report::Field

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/report_messages.rb

Overview

A dimension or a metric in a report.

Instance Attribute Summary collapse

Instance Attribute Details

#dimension::Google::Ads::AdManager::V1::Report::Dimension

Returns The dimension this field represents.

Note: The following fields are mutually exclusive: dimension, metric. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Ads::AdManager::V1::Report::Dimension)

    The dimension this field represents.

    Note: The following fields are mutually exclusive: dimension, metric. If a field in that set is populated, all other fields in the set will automatically be cleared.



211
212
213
214
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 211

class Field
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metric::Google::Ads::AdManager::V1::Report::Metric

Returns The metric this field represents.

Note: The following fields are mutually exclusive: metric, dimension. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Ads::AdManager::V1::Report::Metric)

    The metric this field represents.

    Note: The following fields are mutually exclusive: metric, dimension. If a field in that set is populated, all other fields in the set will automatically be cleared.



211
212
213
214
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 211

class Field
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end