Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class User.
A user.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.User
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the user. Format: |
↳ state |
int
Output only. The state of the user. |
↳ access_rights |
array
Optional. The access rights the user has. |
getName
Identifier. The resource name of the user.
Format: accounts/{account}/user/{email}
Use me
to refer to your own email address, for example
accounts/{account}/users/me
.
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The resource name of the user.
Format: accounts/{account}/user/{email}
Use me
to refer to your own email address, for example
accounts/{account}/users/me
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
Output only. The state of the user.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. The state of the user.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getAccessRights
Optional. The access rights the user has.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAccessRights
Optional. The access rights the user has.
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |