Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class CreateUserRequest.
Request message for the CreateUser
method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.CreateUserRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__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 |
Google\Shopping\Merchant\Accounts\V1beta\User
Required. 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
Required. The user to create.
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1beta\User|null |
hasUser
clearUser
setUser
Required. The user to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Shopping\Merchant\Accounts\V1beta\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 |
Google\Shopping\Merchant\Accounts\V1beta\User
Required. The user to create. |
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1beta\CreateUserRequest |