Interface CloudIdentityInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CloudIdentityInfo, CloudIdentityInfo.Builder

    public interface CloudIdentityInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCustomerTypeValue

        int getCustomerTypeValue()
         CustomerType indicates verification type needed for using services.
         
        .google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
        Returns:
        The enum numeric value on the wire for customerType.
      • getCustomerType

        CloudIdentityInfo.CustomerType getCustomerType()
         CustomerType indicates verification type needed for using services.
         
        .google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
        Returns:
        The customerType.
      • getPrimaryDomain

        String getPrimaryDomain()
         Output only. The primary domain name.
         
        string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The primaryDomain.
      • getPrimaryDomainBytes

        com.google.protobuf.ByteString getPrimaryDomainBytes()
         Output only. The primary domain name.
         
        string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for primaryDomain.
      • getIsDomainVerified

        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:
        The isDomainVerified.
      • getAlternateEmail

        String getAlternateEmail()
         The alternate email.
         
        string alternate_email = 6;
        Returns:
        The alternateEmail.
      • getAlternateEmailBytes

        com.google.protobuf.ByteString getAlternateEmailBytes()
         The alternate email.
         
        string alternate_email = 6;
        Returns:
        The bytes for alternateEmail.
      • getPhoneNumber

        String getPhoneNumber()
         Phone number associated with the Cloud Identity.
         
        string phone_number = 7;
        Returns:
        The phoneNumber.
      • getPhoneNumberBytes

        com.google.protobuf.ByteString getPhoneNumberBytes()
         Phone number associated with the Cloud Identity.
         
        string phone_number = 7;
        Returns:
        The bytes for phoneNumber.
      • getLanguageCode

        String getLanguageCode()
         Language code.
         
        string language_code = 8;
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        com.google.protobuf.ByteString getLanguageCodeBytes()
         Language code.
         
        string language_code = 8;
        Returns:
        The bytes for languageCode.
      • getAdminConsoleUri

        String getAdminConsoleUri()
         Output only. URI of Customer's Admin console dashboard.
         
        string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The adminConsoleUri.
      • getAdminConsoleUriBytes

        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];
        Returns:
        The bytes for adminConsoleUri.
      • hasEduData

        boolean hasEduData()
         Edu information about the customer.
         
        .google.cloud.channel.v1.EduData edu_data = 22;
        Returns:
        Whether the eduData field is set.
      • getEduData

        EduData getEduData()
         Edu information about the customer.
         
        .google.cloud.channel.v1.EduData edu_data = 22;
        Returns:
        The eduData.
      • getEduDataOrBuilder

        EduDataOrBuilder getEduDataOrBuilder()
         Edu information about the customer.
         
        .google.cloud.channel.v1.EduData edu_data = 22;