Interface CloudIdentityInfoOrBuilder (3.3.1)

public interface CloudIdentityInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Returns
TypeDescription
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];

Returns
TypeDescription
ByteString

The bytes for adminConsoleUri.

getAlternateEmail()

public abstract String getAlternateEmail()

The alternate email.

string alternate_email = 6;

Returns
TypeDescription
String

The alternateEmail.

getAlternateEmailBytes()

public abstract ByteString getAlternateEmailBytes()

The alternate email.

string alternate_email = 6;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
EduData

The eduData.

getEduDataOrBuilder()

public abstract EduDataOrBuilder getEduDataOrBuilder()

Edu information about the customer.

.google.cloud.channel.v1.EduData edu_data = 22;

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

The isDomainVerified.

getLanguageCode()

public abstract String getLanguageCode()

Language code.

string language_code = 8;

Returns
TypeDescription
String

The languageCode.

getLanguageCodeBytes()

public abstract ByteString getLanguageCodeBytes()

Language code.

string language_code = 8;

Returns
TypeDescription
ByteString

The bytes for languageCode.

getPhoneNumber()

public abstract String getPhoneNumber()

Phone number associated with the Cloud Identity.

string phone_number = 7;

Returns
TypeDescription
String

The phoneNumber.

getPhoneNumberBytes()

public abstract ByteString getPhoneNumberBytes()

Phone number associated with the Cloud Identity.

string phone_number = 7;

Returns
TypeDescription
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];

Returns
TypeDescription
String

The primaryDomain.

getPrimaryDomainBytes()

public abstract ByteString getPrimaryDomainBytes()

Output only. The primary domain name.

string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for primaryDomain.

hasEduData()

public abstract boolean hasEduData()

Edu information about the customer.

.google.cloud.channel.v1.EduData edu_data = 22;

Returns
TypeDescription
boolean

Whether the eduData field is set.