Package com.google.cloud.channel.v1
Class CloudIdentityInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.channel.v1.CloudIdentityInfo
-
- All Implemented Interfaces:
CloudIdentityInfoOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class CloudIdentityInfo extends com.google.protobuf.GeneratedMessageV3 implements CloudIdentityInfoOrBuilder
Cloud Identity information for the Cloud Channel Customer.
Protobuf typegoogle.cloud.channel.v1.CloudIdentityInfo
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CloudIdentityInfo.Builder
Cloud Identity information for the Cloud Channel Customer.static class
CloudIdentityInfo.CustomerType
CustomerType of the customer-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADMIN_CONSOLE_URI_FIELD_NUMBER
static int
ALTERNATE_EMAIL_FIELD_NUMBER
static int
CUSTOMER_TYPE_FIELD_NUMBER
static int
EDU_DATA_FIELD_NUMBER
static int
IS_DOMAIN_VERIFIED_FIELD_NUMBER
static int
LANGUAGE_CODE_FIELD_NUMBER
static int
PHONE_NUMBER_FIELD_NUMBER
static int
PRIMARY_DOMAIN_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAdminConsoleUri()
Output only.com.google.protobuf.ByteString
getAdminConsoleUriBytes()
Output only.String
getAlternateEmail()
The alternate email.com.google.protobuf.ByteString
getAlternateEmailBytes()
The alternate email.CloudIdentityInfo.CustomerType
getCustomerType()
CustomerType indicates verification type needed for using services.int
getCustomerTypeValue()
CustomerType indicates verification type needed for using services.static CloudIdentityInfo
getDefaultInstance()
CloudIdentityInfo
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
EduData
getEduData()
Edu information about the customer.EduDataOrBuilder
getEduDataOrBuilder()
Edu information about the customer.boolean
getIsDomainVerified()
Output only.String
getLanguageCode()
Language code.com.google.protobuf.ByteString
getLanguageCodeBytes()
Language code.com.google.protobuf.Parser<CloudIdentityInfo>
getParserForType()
String
getPhoneNumber()
Phone number associated with the Cloud Identity.com.google.protobuf.ByteString
getPhoneNumberBytes()
Phone number associated with the Cloud Identity.String
getPrimaryDomain()
Output only.com.google.protobuf.ByteString
getPrimaryDomainBytes()
Output only.int
getSerializedSize()
boolean
hasEduData()
Edu information about the customer.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static CloudIdentityInfo.Builder
newBuilder()
static CloudIdentityInfo.Builder
newBuilder(CloudIdentityInfo prototype)
CloudIdentityInfo.Builder
newBuilderForType()
protected CloudIdentityInfo.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static CloudIdentityInfo
parseDelimitedFrom(InputStream input)
static CloudIdentityInfo
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudIdentityInfo
parseFrom(byte[] data)
static CloudIdentityInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudIdentityInfo
parseFrom(com.google.protobuf.ByteString data)
static CloudIdentityInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudIdentityInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static CloudIdentityInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudIdentityInfo
parseFrom(InputStream input)
static CloudIdentityInfo
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudIdentityInfo
parseFrom(ByteBuffer data)
static CloudIdentityInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<CloudIdentityInfo>
parser()
CloudIdentityInfo.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CUSTOMER_TYPE_FIELD_NUMBER
public static final int CUSTOMER_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PRIMARY_DOMAIN_FIELD_NUMBER
public static final int PRIMARY_DOMAIN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IS_DOMAIN_VERIFIED_FIELD_NUMBER
public static final int IS_DOMAIN_VERIFIED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALTERNATE_EMAIL_FIELD_NUMBER
public static final int ALTERNATE_EMAIL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PHONE_NUMBER_FIELD_NUMBER
public static final int PHONE_NUMBER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LANGUAGE_CODE_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ADMIN_CONSOLE_URI_FIELD_NUMBER
public static final int ADMIN_CONSOLE_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EDU_DATA_FIELD_NUMBER
public static final int EDU_DATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getCustomerTypeValue
public int getCustomerTypeValue()
CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
- Specified by:
getCustomerTypeValue
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The enum numeric value on the wire for customerType.
-
getCustomerType
public CloudIdentityInfo.CustomerType getCustomerType()
CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
- Specified by:
getCustomerType
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The customerType.
-
getPrimaryDomain
public String getPrimaryDomain()
Output only. The primary domain name.
string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPrimaryDomain
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The primaryDomain.
-
getPrimaryDomainBytes
public com.google.protobuf.ByteString getPrimaryDomainBytes()
Output only. The primary domain name.
string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPrimaryDomainBytes
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The bytes for primaryDomain.
-
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];
- Specified by:
getIsDomainVerified
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The isDomainVerified.
-
getAlternateEmail
public String getAlternateEmail()
The alternate email.
string alternate_email = 6;
- Specified by:
getAlternateEmail
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The alternateEmail.
-
getAlternateEmailBytes
public com.google.protobuf.ByteString getAlternateEmailBytes()
The alternate email.
string alternate_email = 6;
- Specified by:
getAlternateEmailBytes
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The bytes for alternateEmail.
-
getPhoneNumber
public String getPhoneNumber()
Phone number associated with the Cloud Identity.
string phone_number = 7;
- Specified by:
getPhoneNumber
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The phoneNumber.
-
getPhoneNumberBytes
public com.google.protobuf.ByteString getPhoneNumberBytes()
Phone number associated with the Cloud Identity.
string phone_number = 7;
- Specified by:
getPhoneNumberBytes
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The bytes for phoneNumber.
-
getLanguageCode
public String getLanguageCode()
Language code.
string language_code = 8;
- Specified by:
getLanguageCode
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The languageCode.
-
getLanguageCodeBytes
public com.google.protobuf.ByteString getLanguageCodeBytes()
Language code.
string language_code = 8;
- Specified by:
getLanguageCodeBytes
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The bytes for languageCode.
-
getAdminConsoleUri
public String getAdminConsoleUri()
Output only. URI of Customer's Admin console dashboard.
string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getAdminConsoleUri
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The adminConsoleUri.
-
getAdminConsoleUriBytes
public com.google.protobuf.ByteString getAdminConsoleUriBytes()
Output only. URI of Customer's Admin console dashboard.
string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getAdminConsoleUriBytes
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The bytes for adminConsoleUri.
-
hasEduData
public boolean hasEduData()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
- Specified by:
hasEduData
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- Whether the eduData field is set.
-
getEduData
public EduData getEduData()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
- Specified by:
getEduData
in interfaceCloudIdentityInfoOrBuilder
- Returns:
- The eduData.
-
getEduDataOrBuilder
public EduDataOrBuilder getEduDataOrBuilder()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
- Specified by:
getEduDataOrBuilder
in interfaceCloudIdentityInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CloudIdentityInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudIdentityInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudIdentityInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudIdentityInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudIdentityInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudIdentityInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudIdentityInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CloudIdentityInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CloudIdentityInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CloudIdentityInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static CloudIdentityInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CloudIdentityInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public CloudIdentityInfo.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CloudIdentityInfo.Builder newBuilder()
-
newBuilder
public static CloudIdentityInfo.Builder newBuilder(CloudIdentityInfo prototype)
-
toBuilder
public CloudIdentityInfo.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CloudIdentityInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static CloudIdentityInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CloudIdentityInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<CloudIdentityInfo> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public CloudIdentityInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-