public final class CloudIdentityInfo extends GeneratedMessageV3 implements CloudIdentityInfoOrBuilder
Cloud Identity information for the Cloud Channel Customer.
Protobuf type google.cloud.channel.v1.CloudIdentityInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CloudIdentityInfo.Builder newBuilder()
newBuilder(CloudIdentityInfo prototype)
public static CloudIdentityInfo.Builder newBuilder(CloudIdentityInfo prototype)
public static CloudIdentityInfo parseDelimitedFrom(InputStream input)
public static CloudIdentityInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CloudIdentityInfo parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CloudIdentityInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom(CodedInputStream input)
public static CloudIdentityInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom(InputStream input)
public static CloudIdentityInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CloudIdentityInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CloudIdentityInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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;
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()
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;
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()
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()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CloudIdentityInfo.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudIdentityInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public CloudIdentityInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides