public interface CloudIdentityInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdminConsoleUri()
public abstract String getAdminConsoleUri()Output only. URI of Customer's Admin console dashboard.
string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The adminConsoleUri. |
getAdminConsoleUriBytes()
public abstract ByteString getAdminConsoleUriBytes()Output only. URI of Customer's Admin console dashboard.
string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for adminConsoleUri. |
getAlternateEmail()
public abstract String getAlternateEmail()The alternate email.
string alternate_email = 6;
| Type | Description |
| String | The alternateEmail. |
getAlternateEmailBytes()
public abstract ByteString getAlternateEmailBytes()The alternate email.
string alternate_email = 6;
| Type | Description |
| ByteString | The bytes for alternateEmail. |
getCustomerType()
public abstract CloudIdentityInfo.CustomerType getCustomerType()CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
| Type | Description |
| CloudIdentityInfo.CustomerType | The customerType. |
getCustomerTypeValue()
public abstract int getCustomerTypeValue()CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
| Type | Description |
| int | The enum numeric value on the wire for customerType. |
getEduData()
public abstract EduData getEduData()Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
| Type | Description |
| EduData | The eduData. |
getEduDataOrBuilder()
public abstract EduDataOrBuilder getEduDataOrBuilder()Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
| Type | Description |
| EduDataOrBuilder |
getIsDomainVerified()
public abstract boolean getIsDomainVerified()Output only. Whether the domain is verified. This field is not returned for a Customer's cloud_identity_info resource. Partners can use the domains.get() method of the Workspace SDK's Directory API, or listen to the PRIMARY_DOMAIN_VERIFIED Pub/Sub event in to track domain verification of their resolve Workspace customers.
bool is_domain_verified = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | The isDomainVerified. |
getLanguageCode()
public abstract String getLanguageCode()Language code.
string language_code = 8;
| Type | Description |
| String | The languageCode. |
getLanguageCodeBytes()
public abstract ByteString getLanguageCodeBytes()Language code.
string language_code = 8;
| Type | Description |
| ByteString | The bytes for languageCode. |
getPhoneNumber()
public abstract String getPhoneNumber()Phone number associated with the Cloud Identity.
string phone_number = 7;
| Type | Description |
| String | The phoneNumber. |
getPhoneNumberBytes()
public abstract ByteString getPhoneNumberBytes()Phone number associated with the Cloud Identity.
string phone_number = 7;
| Type | Description |
| ByteString | The bytes for phoneNumber. |
getPrimaryDomain()
public abstract String getPrimaryDomain()Output only. The primary domain name.
string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The primaryDomain. |
getPrimaryDomainBytes()
public abstract ByteString getPrimaryDomainBytes()Output only. The primary domain name.
string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for primaryDomain. |
hasEduData()
public abstract boolean hasEduData()Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
| Type | Description |
| boolean | Whether the eduData field is set. |