Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateRegionRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#region::Google::Shopping::Merchant::Accounts::V1beta::Region

Returns Required. The updated region.

Returns:



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".

Returns:

  • (::Google::Protobuf::FieldMask)

    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