Class: Google::Shopping::Merchant::Accounts::V1::UpdateRegionRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::UpdateRegionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/regions.rb
Overview
Request message for the UpdateRegion method.
Instance Attribute Summary collapse
-
#region ⇒ ::Google::Shopping::Merchant::Accounts::V1::Region
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#region ⇒ ::Google::Shopping::Merchant::Accounts::V1::Region
Returns Required. The updated region.
84 85 86 87 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/regions.rb', line 84 class UpdateRegionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The comma-separated field mask indicating the fields to update.
Example:
"displayName,postalCodeArea.regionCode".
84 85 86 87 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/regions.rb', line 84 class UpdateRegionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |