Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateRegionRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::UpdateRegionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/regions.rb
Overview
Request message for the UpdateRegion
method.
Instance Attribute Summary collapse
-
#region ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::Region
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#region ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::Region
Returns Required. The updated region.
61 62 63 64 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/regions.rb', line 61 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"
.
61 62 63 64 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/regions.rb', line 61 class UpdateRegionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |