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