Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class UpdateBusinessIdentityRequest.
Request message for the UpdateBusinessIdentity
method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.UpdateBusinessIdentityRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ business_identity |
Google\Shopping\Merchant\Accounts\V1beta\BusinessIdentity
Required. The new version of the business identity. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. List of fields being updated. |
getBusinessIdentity
Required. The new version of the business identity.
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1beta\BusinessIdentity|null |
hasBusinessIdentity
clearBusinessIdentity
setBusinessIdentity
Required. The new version of the business identity.
Parameter | |
---|---|
Name | Description |
var |
Google\Shopping\Merchant\Accounts\V1beta\BusinessIdentity
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. List of fields being updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. List of fields being updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
businessIdentity |
Google\Shopping\Merchant\Accounts\V1beta\BusinessIdentity
Required. The new version of the business identity. |
updateMask |
Google\Protobuf\FieldMask
Required. List of fields being updated. |
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1beta\UpdateBusinessIdentityRequest |