- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public interface CloudIdentityInfoOrBuilder extends MessageOrBuilder
Implements
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];
Returns | |
---|---|
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];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for adminConsoleUri. |
getAlternateEmail()
public abstract String getAlternateEmail()
The alternate email.
string alternate_email = 6;
Returns | |
---|---|
Type | Description |
String | The alternateEmail. |
getAlternateEmailBytes()
public abstract ByteString getAlternateEmailBytes()
The alternate email.
string alternate_email = 6;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
EduData | The eduData. |
getEduDataOrBuilder()
public abstract EduDataOrBuilder getEduDataOrBuilder()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Returns | |
---|---|
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];
Returns | |
---|---|
Type | Description |
boolean | The isDomainVerified. |
getLanguageCode()
public abstract String getLanguageCode()
Language code.
string language_code = 8;
Returns | |
---|---|
Type | Description |
String | The languageCode. |
getLanguageCodeBytes()
public abstract ByteString getLanguageCodeBytes()
Language code.
string language_code = 8;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for languageCode. |
getPhoneNumber()
public abstract String getPhoneNumber()
Phone number associated with the Cloud Identity.
string phone_number = 7;
Returns | |
---|---|
Type | Description |
String | The phoneNumber. |
getPhoneNumberBytes()
public abstract ByteString getPhoneNumberBytes()
Phone number associated with the Cloud Identity.
string phone_number = 7;
Returns | |
---|---|
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];
Returns | |
---|---|
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];
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean | Whether the eduData field is set. |