Class: Google::Ads::AdManager::V1::UpdatePlacementRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::UpdatePlacementRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/placement_service.rb
Overview
Request object for UpdatePlacement method.
Instance Attribute Summary collapse
-
#placement ⇒ ::Google::Ads::AdManager::V1::Placement
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#placement ⇒ ::Google::Ads::AdManager::V1::Placement
Returns Required. The Placement to update.
The Placement's name is used to identify the Placement to
update. Format:
networks/{network_code}/placements/{placement_id}.
146 147 148 149 |
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 146 class UpdatePlacementRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to update.
146 147 148 149 |
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 146 class UpdatePlacementRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |