public interface CloudIdentityCustomerAccountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChannelPartnerCloudIdentityId()
public abstract String getChannelPartnerCloudIdentityId()If existing = true, and is 2-tier customer, the channel partner of the customer.
string channel_partner_cloud_identity_id = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The channelPartnerCloudIdentityId. |
getChannelPartnerCloudIdentityIdBytes()
public abstract ByteString getChannelPartnerCloudIdentityIdBytes()If existing = true, and is 2-tier customer, the channel partner of the customer.
string channel_partner_cloud_identity_id = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for channelPartnerCloudIdentityId. |
getCustomerCloudIdentityId()
public abstract String getCustomerCloudIdentityId()If existing = true, the Cloud Identity ID of the customer.
string customer_cloud_identity_id = 4;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for customerName. |
getCustomerType()
public abstract CloudIdentityInfo.CustomerType getCustomerType()If existing = true, the type of the customer.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 5;
| Returns | |
|---|---|
| Type | Description |
CloudIdentityInfo.CustomerType |
The customerType. |
getCustomerTypeValue()
public abstract int getCustomerTypeValue()If existing = true, the type of the customer.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for customerType. |
getExisting()
public abstract boolean getExisting()Returns true if a Cloud Identity account exists for a specific domain.
bool existing = 1;
| Returns | |
|---|---|
| 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 (with active subscriptions or purchase consents).
bool owned = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The owned. |