Interface CloudIdentityCustomerAccountOrBuilder (3.6.1)

public interface CloudIdentityCustomerAccountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomerCloudIdentityId()

public abstract String getCustomerCloudIdentityId()

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

string customer_cloud_identity_id = 4;

Returns
TypeDescription
String

The customerCloudIdentityId.

getCustomerCloudIdentityIdBytes()

public abstract ByteString getCustomerCloudIdentityIdBytes()

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

string customer_cloud_identity_id = 4;

Returns
TypeDescription
ByteString

The bytes for customerCloudIdentityId.

getCustomerName()

public abstract String 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}

string customer_name = 3;

Returns
TypeDescription
String

The customerName.

getCustomerNameBytes()

public abstract ByteString getCustomerNameBytes()

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}

string customer_name = 3;

Returns
TypeDescription
ByteString

The bytes for customerName.

getExisting()

public abstract boolean getExisting()

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

bool existing = 1;

Returns
TypeDescription
boolean

The existing.

getOwned()

public abstract boolean getOwned()

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

bool owned = 2;

Returns
TypeDescription
boolean

The owned.