Class: Google::Shopping::Merchant::Accounts::V1::UpdateBusinessIdentityRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::UpdateBusinessIdentityRequest
- 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
-
#business_identity ⇒ ::Google::Shopping::Merchant::Accounts::V1::BusinessIdentity
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#business_identity ⇒ ::Google::Shopping::Merchant::Accounts::V1::BusinessIdentity
Returns Required. The new version of the business identity.
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_ownedlatino_ownedpromotions_consentsmall_businessveteran_ownedwomen_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 |