Class: Google::Shopping::Merchant::Accounts::V1::UpdateAccountRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/accounts.rb

Overview

Request message for the UpdateAccount method.

Instance Attribute Summary collapse

Instance Attribute Details

#account::Google::Shopping::Merchant::Accounts::V1::Account

Returns Required. The new version of the account.

Returns:



169
170
171
172
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 169

class UpdateAccountRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Optional. List of fields being updated.

The following fields are supported (in both snake_case and lowerCamelCase):

  • account_name
  • adult_content
  • language_code
  • time_zone.

Returns:

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

    Optional. List of fields being updated.

    The following fields are supported (in both snake_case and lowerCamelCase):

    • account_name
    • adult_content
    • language_code
    • time_zone


169
170
171
172
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 169

class UpdateAccountRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end