Class: Google::Ads::AdManager::V1::UpdatePrivateAuctionRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::UpdatePrivateAuctionRequest
- 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
-
#private_auction ⇒ ::Google::Ads::AdManager::V1::PrivateAuction
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
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.
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.
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 |