Class: Google::Shopping::Merchant::Accounts::V1::UpdateBusinessInfoRequest

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

Overview

Request message for the UpdateBusinessInfo method.

Instance Attribute Summary collapse

Instance Attribute Details

#business_info::Google::Shopping::Merchant::Accounts::V1::BusinessInfo

Returns Required. The new version of the business info.

Returns:



83
84
85
86
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 83

class UpdateBusinessInfoRequest
  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):

  • address
  • customer_service
  • korean_business_registration_number.

Returns:

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

    Optional. List of fields being updated.

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

    • address
    • customer_service
    • korean_business_registration_number


83
84
85
86
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 83

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