Class: Google::Ads::AdManager::V1::BatchCreateCdnConfigsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateCdnConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/cdn_config_service.rb
Overview
Request object for BatchCreateCdnConfigs method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateCdnConfigRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource where CdnConfigs will be created.
Format: networks/{network_code}
The parent field in the CreateCdnConfigRequest must match this
field.
130 131 132 133 |
# File 'proto_docs/google/ads/admanager/v1/cdn_config_service.rb', line 130 class BatchCreateCdnConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateCdnConfigRequest>
Returns Required. The CdnConfig objects to create.
A maximum of 100 objects can be created in a batch.
130 131 132 133 |
# File 'proto_docs/google/ads/admanager/v1/cdn_config_service.rb', line 130 class BatchCreateCdnConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |