Class: Google::Ads::AdManager::V1::BatchUpdatePlacementsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchUpdatePlacementsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/placement_service.rb
Overview
Request object for BatchUpdatePlacements method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::UpdatePlacementRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource where Placements will be updated.
Format: networks/{network_code}
The parent field in the UpdatePlacementsRequest must match this
field.
162 163 164 165 |
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 162 class BatchUpdatePlacementsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::UpdatePlacementRequest>
Returns Required. The Placement objects to update.
A maximum of 100 objects can be updated in a batch.
162 163 164 165 |
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 162 class BatchUpdatePlacementsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |