Class: Google::Ads::AdManager::V1::BatchAdReviewCenterAdsOperationMetadata

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

Overview

Metadata object for BatchAllowAdReviewCenterAds and BatchBlockAdReviewCenterAds methods.

Defined Under Namespace

Classes: FailedRequestsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#failed_requests::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status}

Returns The status of each failed request, keyed by the index of the corresponding request in the batch request.

Returns:

  • (::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status})

    The status of each failed request, keyed by the index of the corresponding request in the batch request.



164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'proto_docs/google/ads/admanager/v1/ad_review_center_ad_service.rb', line 164

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

  # @!attribute [rw] key
  #   @return [::Integer]
  # @!attribute [rw] value
  #   @return [::Google::Rpc::Status]
  class FailedRequestsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end