Class: Google::Ads::AdManager::V1::UpdatePrivateAuctionRequest

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

Overview

Request object for UpdatePrivateAuction method.

Instance Attribute Summary collapse

Instance Attribute Details

#private_auction::Google::Ads::AdManager::V1::PrivateAuction

Returns Required. The PrivateAuction to update.

The PrivateAuction's name is used to identify the PrivateAuction to update.

Returns:



122
123
124
125
# File 'proto_docs/google/ads/admanager/v1/private_auction_service.rb', line 122

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update.

Returns:



122
123
124
125
# File 'proto_docs/google/ads/admanager/v1/private_auction_service.rb', line 122

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