Class: Google::Shopping::Merchant::Accounts::V1::UpdateBusinessIdentityRequest

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

Overview

Request message for the UpdateBusinessIdentity method.

Instance Attribute Summary collapse

Instance Attribute Details

#business_identity::Google::Shopping::Merchant::Accounts::V1::BusinessIdentity

Returns Required. The new version of the business identity.

Returns:



132
133
134
135
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessidentity.rb', line 132

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

  • black_owned
  • latino_owned
  • promotions_consent
  • small_business
  • veteran_owned
  • women_owned.

Returns:

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

    Optional. List of fields being updated.

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

    • black_owned
    • latino_owned
    • promotions_consent
    • small_business
    • veteran_owned
    • women_owned


132
133
134
135
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessidentity.rb', line 132

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