Class: Google::Shopping::Merchant::Accounts::V1::BatchUpdateRegionsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::BatchUpdateRegionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/regions.rb
Overview
Request message for the BatchUpdateRegions method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1::UpdateRegionRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The account to update one or more regions for.
Format: accounts/{account}.
98 99 100 101 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/regions.rb', line 98 class BatchUpdateRegionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1::UpdateRegionRequest>
Returns Required. The region(s) to update. The maximum number of regions that can be updated in a batch is 100.
98 99 100 101 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/regions.rb', line 98 class BatchUpdateRegionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |