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 \ V1Methods
__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: |
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: |
| Returns | |
|---|---|
| Type | Description |
VerifySelfRequest |
|