Google Shopping Merchant Accounts V1beta Client - Class UpdateBusinessIdentityRequest (0.3.1)

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 \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ business_identity 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
BusinessIdentity|null

hasBusinessIdentity

clearBusinessIdentity

setBusinessIdentity

Required. The new version of the business identity.

Parameter
Name Description
var 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 BusinessIdentity

Required. The new version of the business identity.

updateMask Google\Protobuf\FieldMask

Required. List of fields being updated.

Returns
Type Description
UpdateBusinessIdentityRequest