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

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

Request message for the GetUser method.

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

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the user to retrieve. Format: accounts/{account}/users/{email} It is also possible to retrieve the user corresponding to the caller by using me rather than an email address as in accounts/{account}/users/me.

getName

Required. The name of the user to retrieve.

Format: accounts/{account}/users/{email} It is also possible to retrieve the user corresponding to the caller by using me rather than an email address as in accounts/{account}/users/me.

Returns
Type Description
string

setName

Required. The name of the user to retrieve.

Format: accounts/{account}/users/{email} It is also possible to retrieve the user corresponding to the caller by using me rather than an email address as in accounts/{account}/users/me.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the user to retrieve. Format: accounts/{account}/users/{email}

It is also possible to retrieve the user corresponding to the caller by using me rather than an email address as in accounts/{account}/users/me. Please see Google\Shopping\Merchant\Accounts\V1beta\UserServiceClient::userName() for help formatting this field.

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