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 \ V1betaMethods
__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: |
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: It is also possible to retrieve the user corresponding to the caller by
using |
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1beta\GetUserRequest |