Class: Google::Ads::AdManager::V1::ListEntitySignalsMappingsResponse

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

Overview

Response object for ListEntitySignalsMappingsRequest containing matching EntitySignalsMapping resources.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_signals_mappings::Array<::Google::Ads::AdManager::V1::EntitySignalsMapping>

Returns The EntitySignalsMapping from the specified network.

Returns:



125
126
127
128
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_service.rb', line 125

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

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



125
126
127
128
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_service.rb', line 125

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

#total_size::Integer

Returns Total number of EntitySignalsMappings. If a filter was included in the request, this reflects the total number after the filtering is applied.

total_size will not be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter $fields or fields, or by using the HTTP/gRPC header X-Goog-FieldMask.

For more information, see https://developers.google.com/ad-manager/api/beta/field-masks.

Returns:

  • (::Integer)

    Total number of EntitySignalsMappings. If a filter was included in the request, this reflects the total number after the filtering is applied.

    total_size will not be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter $fields or fields, or by using the HTTP/gRPC header X-Goog-FieldMask.

    For more information, see https://developers.google.com/ad-manager/api/beta/field-masks



125
126
127
128
# File 'proto_docs/google/ads/admanager/v1/entity_signals_mapping_service.rb', line 125

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