Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class CreateUserRequest.
Request message for the CreateUser method.
Generated from protobuf message google.shopping.merchant.accounts.v1.CreateUserRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the account for which a user will be created. Format: |
↳ user_id |
string
Required. The email address of the user (for example, |
↳ user |
User
Optional. The user to create. |
getParent
Required. The resource name of the account for which a user will be
created. Format: accounts/{account}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The resource name of the account for which a user will be
created. Format: accounts/{account}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUserId
Required. The email address of the user (for example,
john.doe@gmail.com).
| Returns | |
|---|---|
| Type | Description |
string |
|
setUserId
Required. The email address of the user (for example,
john.doe@gmail.com).
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUser
Optional. The user to create.
| Returns | |
|---|---|
| Type | Description |
User|null |
|
hasUser
clearUser
setUser
Optional. The user to create.
| Parameter | |
|---|---|
| Name | Description |
var |
User
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The resource name of the account for which a user will be
created. Format: |
user |
User
Optional. The user to create. |
userId |
string
Required. The email address of the user (for example,
|
| Returns | |
|---|---|
| Type | Description |
CreateUserRequest |
|