Google Cloud Channel V1 Client - Class AdminUser (1.0.1)

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
NameDescription
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
TypeDescription
string

setEmail

Primary email of the admin user.

Generated from protobuf field string email = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGivenName

Given name of the admin user.

Generated from protobuf field string given_name = 2;

Returns
TypeDescription
string

setGivenName

Given name of the admin user.

Generated from protobuf field string given_name = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFamilyName

Family name of the admin user.

Generated from protobuf field string family_name = 3;

Returns
TypeDescription
string

setFamilyName

Family name of the admin user.

Generated from protobuf field string family_name = 3;

Parameter
NameDescription
var string
Returns
TypeDescription
$this