Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class CreateTestAccountRequest.
Request message for the CreateTestAccount RPC
Generated from protobuf message google.shopping.merchant.accounts.v1.CreateTestAccountRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The account resource name to create the test account under. Format: accounts/{account} |
↳ account |
Account
Required. The account to be created. |
getParent
Required. The account resource name to create the test account under.
Format: accounts/{account}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The account resource name to create the test account under.
Format: accounts/{account}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAccount
Required. The account to be created.
| Returns | |
|---|---|
| Type | Description |
Account|null |
|
hasAccount
clearAccount
setAccount
Required. The account to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
Account
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The account resource name to create the test account under. Format: accounts/{account} Please see AccountsServiceClient::accountName() for help formatting this field. |
account |
Account
Required. The account to be created. |
| Returns | |
|---|---|
| Type | Description |
CreateTestAccountRequest |
|