Class: Google::Ads::AdManager::V1::BatchUpdateLabelsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchUpdateLabelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/label_service.rb
Overview
Request object for BatchUpdateLabels method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::UpdateLabelRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource where Labels will be updated.
Format: networks/{network_code}
The parent field in the UpdateLabelRequest must match this
field.
168 169 170 171 |
# File 'proto_docs/google/ads/admanager/v1/label_service.rb', line 168 class BatchUpdateLabelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::UpdateLabelRequest>
Returns Required. The Label objects to update.
A maximum of 100 objects can be updated in a batch.
168 169 170 171 |
# File 'proto_docs/google/ads/admanager/v1/label_service.rb', line 168 class BatchUpdateLabelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |