public final class CloudIdentityInfo extends GeneratedMessageV3 implements CloudIdentityInfoOrBuilder
Cloud Identity information for the Cloud Channel Customer.
Protobuf type google.cloud.channel.v1.CloudIdentityInfo
Static Fields
ADMIN_CONSOLE_URI_FIELD_NUMBER
public static final int ADMIN_CONSOLE_URI_FIELD_NUMBER
Field Value
ALTERNATE_EMAIL_FIELD_NUMBER
public static final int ALTERNATE_EMAIL_FIELD_NUMBER
Field Value
CUSTOMER_TYPE_FIELD_NUMBER
public static final int CUSTOMER_TYPE_FIELD_NUMBER
Field Value
EDU_DATA_FIELD_NUMBER
public static final int EDU_DATA_FIELD_NUMBER
Field Value
IS_DOMAIN_VERIFIED_FIELD_NUMBER
public static final int IS_DOMAIN_VERIFIED_FIELD_NUMBER
Field Value
LANGUAGE_CODE_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
Field Value
PHONE_NUMBER_FIELD_NUMBER
public static final int PHONE_NUMBER_FIELD_NUMBER
Field Value
PRIMARY_DOMAIN_FIELD_NUMBER
public static final int PRIMARY_DOMAIN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CloudIdentityInfo getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CloudIdentityInfo.Builder newBuilder()
Returns
newBuilder(CloudIdentityInfo prototype)
public static CloudIdentityInfo.Builder newBuilder(CloudIdentityInfo prototype)
Parameter
Returns
public static CloudIdentityInfo parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CloudIdentityInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CloudIdentityInfo parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CloudIdentityInfo parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CloudIdentityInfo parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CloudIdentityInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CloudIdentityInfo parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CloudIdentityInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CloudIdentityInfo parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CloudIdentityInfo> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAdminConsoleUri()
public 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 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 String getAlternateEmail()
The alternate email.
string alternate_email = 6;
Returns
Type | Description |
String | The alternateEmail.
|
getAlternateEmailBytes()
public ByteString getAlternateEmailBytes()
The alternate email.
string alternate_email = 6;
Returns
Type | Description |
ByteString | The bytes for alternateEmail.
|
getCustomerType()
public CloudIdentityInfo.CustomerType getCustomerType()
CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
Returns
getCustomerTypeValue()
public 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.
|
getDefaultInstanceForType()
public CloudIdentityInfo getDefaultInstanceForType()
Returns
getEduData()
public EduData getEduData()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Returns
getEduDataOrBuilder()
public EduDataOrBuilder getEduDataOrBuilder()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Returns
getIsDomainVerified()
public 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 String getLanguageCode()
Language code.
string language_code = 8;
Returns
Type | Description |
String | The languageCode.
|
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()
Language code.
string language_code = 8;
Returns
Type | Description |
ByteString | The bytes for languageCode.
|
getParserForType()
public Parser<CloudIdentityInfo> getParserForType()
Returns
Overrides
getPhoneNumber()
public String getPhoneNumber()
Phone number associated with the Cloud Identity.
string phone_number = 7;
Returns
Type | Description |
String | The phoneNumber.
|
getPhoneNumberBytes()
public ByteString getPhoneNumberBytes()
Phone number associated with the Cloud Identity.
string phone_number = 7;
Returns
Type | Description |
ByteString | The bytes for phoneNumber.
|
getPrimaryDomain()
public 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 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.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasEduData()
public 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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CloudIdentityInfo.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudIdentityInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CloudIdentityInfo.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions