public interface CloudIdentityCustomerAccountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomerCloudIdentityId()
public abstract String getCustomerCloudIdentityId()If existing = true, the Cloud Identity ID of the customer.
string customer_cloud_identity_id = 4;
| Type | Description |
| String | The customerCloudIdentityId. |
getCustomerCloudIdentityIdBytes()
public abstract ByteString getCustomerCloudIdentityIdBytes()If existing = true, the Cloud Identity ID of the customer.
string customer_cloud_identity_id = 4;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | The owned. |