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.
Generated from protobuf field string email = 1;
Returns | |
---|---|
Type | Description |
string |
setEmail
Primary email of the admin user.
Generated from protobuf field string email = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGivenName
Given name of the admin user.
Generated from protobuf field string given_name = 2;
Returns | |
---|---|
Type | Description |
string |
setGivenName
Given name of the admin user.
Generated from protobuf field string given_name = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFamilyName
Family name of the admin user.
Generated from protobuf field string family_name = 3;
Returns | |
---|---|
Type | Description |
string |
setFamilyName
Family name of the admin user.
Generated from protobuf field string family_name = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |