Google Shopping Merchant Accounts V1 Client - Class VerifySelfRequest (1.2.2)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class VerifySelfRequest.

Request message for the VerifySelf method.

Generated from protobuf message google.shopping.merchant.accounts.v1.VerifySelfRequest

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ account string

Required. The name of the account under which the caller is a user. Format: accounts/{account}

getAccount

Required. The name of the account under which the caller is a user.

Format: accounts/{account}

Returns
Type Description
string

setAccount

Required. The name of the account under which the caller is a user.

Format: accounts/{account}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
account string

Required. The name of the account under which the caller is a user. Format: accounts/{account} Please see UserServiceClient::accountName() for help formatting this field.

Returns
Type Description
VerifySelfRequest