Google Shopping Merchant Accounts V1beta Client - Class UpdateUserRequest (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class UpdateUserRequest.

Request message for the UpdateUser method.

Generated from protobuf message google.shopping.merchant.accounts.v1beta.UpdateUserRequest

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ user Google\Shopping\Merchant\Accounts\V1beta\User

Required. The new version of the user. Use me to refer to your own email address, for example accounts/{account}/users/me.

↳ update_mask Google\Protobuf\FieldMask

Required. List of fields being updated.

getUser

Required. The new version of the user.

Use me to refer to your own email address, for example accounts/{account}/users/me.

Returns
Type Description
Google\Shopping\Merchant\Accounts\V1beta\User|null

hasUser

clearUser

setUser

Required. The new version of the user.

Use me to refer to your own email address, for example accounts/{account}/users/me.

Parameter
Name Description
var Google\Shopping\Merchant\Accounts\V1beta\User
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
user Google\Shopping\Merchant\Accounts\V1beta\User

Required. The new version of the user.

Use me to refer to your own email address, for example accounts/{account}/users/me.

updateMask Google\Protobuf\FieldMask

Required. List of fields being updated.

Returns
Type Description
Google\Shopping\Merchant\Accounts\V1beta\UpdateUserRequest