Class 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 type google.cloud.channel.v1.CloudIdentityInfo
    See Also:
    Serialized Form
    • 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
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.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 class com.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 interface CloudIdentityInfoOrBuilder
        Returns:
        The enum numeric value on the wire for 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 interface CloudIdentityInfoOrBuilder
        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 interface CloudIdentityInfoOrBuilder
        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 interface CloudIdentityInfoOrBuilder
        Returns:
        The isDomainVerified.
      • getAlternateEmailBytes

        public com.google.protobuf.ByteString getAlternateEmailBytes()
         The alternate email.
         
        string alternate_email = 6;
        Specified by:
        getAlternateEmailBytes in interface CloudIdentityInfoOrBuilder
        Returns:
        The bytes for alternateEmail.
      • getPhoneNumberBytes

        public com.google.protobuf.ByteString getPhoneNumberBytes()
         Phone number associated with the Cloud Identity.
         
        string phone_number = 7;
        Specified by:
        getPhoneNumberBytes in interface CloudIdentityInfoOrBuilder
        Returns:
        The bytes for phoneNumber.
      • getLanguageCodeBytes

        public com.google.protobuf.ByteString getLanguageCodeBytes()
         Language code.
         
        string language_code = 8;
        Specified by:
        getLanguageCodeBytes in interface CloudIdentityInfoOrBuilder
        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 interface CloudIdentityInfoOrBuilder
        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 interface CloudIdentityInfoOrBuilder
        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 interface CloudIdentityInfoOrBuilder
        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 interface CloudIdentityInfoOrBuilder
        Returns:
        The eduData.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.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​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        Throws:
        IOException
      • newBuilderForType

        public CloudIdentityInfo.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public CloudIdentityInfo.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected CloudIdentityInfo.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<CloudIdentityInfo> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public CloudIdentityInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder