Google Cloud Channel V1 Client - Class CloudIdentityCustomerAccount (1.0.1)

Reference documentation and code samples for the Google Cloud Channel V1 Client class CloudIdentityCustomerAccount.

Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.

Generated from protobuf message google.cloud.channel.v1.CloudIdentityCustomerAccount

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ existing
bool

Returns true if a Cloud Identity account exists for a specific domain.

↳ owned
bool

Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.

↳ customer_name
string

If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}

↳ customer_cloud_identity_id
string

If existing = true, the Cloud Identity ID of the customer.

getExisting

Returns true if a Cloud Identity account exists for a specific domain.

Generated from protobuf field bool existing = 1;

Returns
Type
Description
bool

setExisting

Returns true if a Cloud Identity account exists for a specific domain.

Generated from protobuf field bool existing = 1;

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getOwned

Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.

Generated from protobuf field bool owned = 2;

Returns
Type
Description
bool

setOwned

Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.

Generated from protobuf field bool owned = 2;

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getCustomerName

If owned = true, the name of the customer that owns the Cloud Identity account.

Customer_name uses the format: accounts/{account_id}/customers/{customer_id}

Generated from protobuf field string customer_name = 3;

Returns
Type
Description
string

setCustomerName

If owned = true, the name of the customer that owns the Cloud Identity account.

Customer_name uses the format: accounts/{account_id}/customers/{customer_id}

Generated from protobuf field string customer_name = 3;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getCustomerCloudIdentityId

If existing = true, the Cloud Identity ID of the customer.

Generated from protobuf field string customer_cloud_identity_id = 4;

Returns
Type
Description
string

setCustomerCloudIdentityId

If existing = true, the Cloud Identity ID of the customer.

Generated from protobuf field string customer_cloud_identity_id = 4;

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: