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