Class CloudIdentityInfo (3.48.0)

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
Type Description
int

ALTERNATE_EMAIL_FIELD_NUMBER

public static final int ALTERNATE_EMAIL_FIELD_NUMBER
Field Value
Type Description
int

CUSTOMER_TYPE_FIELD_NUMBER

public static final int CUSTOMER_TYPE_FIELD_NUMBER
Field Value
Type Description
int

EDU_DATA_FIELD_NUMBER

public static final int EDU_DATA_FIELD_NUMBER
Field Value
Type Description
int

IS_DOMAIN_VERIFIED_FIELD_NUMBER

public static final int IS_DOMAIN_VERIFIED_FIELD_NUMBER
Field Value
Type Description
int

LANGUAGE_CODE_FIELD_NUMBER

public static final int LANGUAGE_CODE_FIELD_NUMBER
Field Value
Type Description
int

PHONE_NUMBER_FIELD_NUMBER

public static final int PHONE_NUMBER_FIELD_NUMBER
Field Value
Type Description
int

PRIMARY_DOMAIN_FIELD_NUMBER

public static final int PRIMARY_DOMAIN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CloudIdentityInfo getDefaultInstance()
Returns
Type Description
CloudIdentityInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CloudIdentityInfo.Builder newBuilder()
Returns
Type Description
CloudIdentityInfo.Builder

newBuilder(CloudIdentityInfo prototype)

public static CloudIdentityInfo.Builder newBuilder(CloudIdentityInfo prototype)
Parameter
Name Description
prototype CloudIdentityInfo
Returns
Type Description
CloudIdentityInfo.Builder

parseDelimitedFrom(InputStream input)

public static CloudIdentityInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CloudIdentityInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CloudIdentityInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CloudIdentityInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CloudIdentityInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CloudIdentityInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CloudIdentityInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CloudIdentityInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CloudIdentityInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CloudIdentityInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CloudIdentityInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CloudIdentityInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CloudIdentityInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CloudIdentityInfo> parser()
Returns
Type Description
Parser<CloudIdentityInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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
Type Description
CloudIdentityInfo.CustomerType

The customerType.

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
Type Description
CloudIdentityInfo

getEduData()

public EduData getEduData()

Edu information about the customer.

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

Returns
Type Description
EduData

The eduData.

getEduDataOrBuilder()

public EduDataOrBuilder getEduDataOrBuilder()

Edu information about the customer.

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

Returns
Type Description
EduDataOrBuilder

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
Type Description
Parser<CloudIdentityInfo>
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
Type Description
int
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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CloudIdentityInfo.Builder newBuilderForType()
Returns
Type Description
CloudIdentityInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CloudIdentityInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CloudIdentityInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public CloudIdentityInfo.Builder toBuilder()
Returns
Type Description
CloudIdentityInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException