Reference documentation and code samples for the Google Cloud Channel V1 Client class AdminUser.
Information needed to create an Admin User for Google Workspace.
Generated from protobuf message google.cloud.channel.v1.AdminUser
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ email |
string
Primary email of the admin user. |
↳ given_name |
string
Given name of the admin user. |
↳ family_name |
string
Family name of the admin user. |
getEmail
Primary email of the admin user.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEmail
Primary email of the admin user.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGivenName
Given name of the admin user.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGivenName
Given name of the admin user.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFamilyName
Family name of the admin user.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFamilyName
Family name of the admin user.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|