Class: Google::Ads::AdManager::V1::BatchActivateCdnConfigsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchActivateCdnConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/cdn_config_service.rb
Overview
Request message to activate CdnConfig objects.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. The resource names of the CdnConfig objects to activate.
Format: networks/{network_code}/cdnConfigs/{cdn_config_id}.
192 193 194 195 |
# File 'proto_docs/google/ads/admanager/v1/cdn_config_service.rb', line 192 class BatchActivateCdnConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: networks/{network_code}.
192 193 194 195 |
# File 'proto_docs/google/ads/admanager/v1/cdn_config_service.rb', line 192 class BatchActivateCdnConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |