Class CloudIdentityCustomerAccount.Builder

    • Method Detail

      • 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.Builder<CloudIdentityCustomerAccount.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CloudIdentityCustomerAccount.Builder>
      • getDefaultInstanceForType

        public CloudIdentityCustomerAccount getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public CloudIdentityCustomerAccount build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public CloudIdentityCustomerAccount buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CloudIdentityCustomerAccount.Builder>
      • mergeFrom

        public CloudIdentityCustomerAccount.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CloudIdentityCustomerAccount.Builder>
        Throws:
        IOException
      • setExisting

        public CloudIdentityCustomerAccount.Builder setExisting​(boolean value)
         Returns true if a Cloud Identity account exists for a specific domain.
         
        bool existing = 1;
        Parameters:
        value - The existing to set.
        Returns:
        This builder for chaining.
      • clearExisting

        public CloudIdentityCustomerAccount.Builder clearExisting()
         Returns true if a Cloud Identity account exists for a specific domain.
         
        bool existing = 1;
        Returns:
        This builder for chaining.
      • getOwned

        public boolean getOwned()
         Returns true if the Cloud Identity account is associated with a customer
         of the Channel Services partner.
         
        bool owned = 2;
        Specified by:
        getOwned in interface CloudIdentityCustomerAccountOrBuilder
        Returns:
        The owned.
      • setOwned

        public CloudIdentityCustomerAccount.Builder setOwned​(boolean value)
         Returns true if the Cloud Identity account is associated with a customer
         of the Channel Services partner.
         
        bool owned = 2;
        Parameters:
        value - The owned to set.
        Returns:
        This builder for chaining.
      • clearOwned

        public CloudIdentityCustomerAccount.Builder clearOwned()
         Returns true if the Cloud Identity account is associated with a customer
         of the Channel Services partner.
         
        bool owned = 2;
        Returns:
        This builder for chaining.
      • getCustomerName

        public String getCustomerName()
         If owned = true, the name of the customer that owns the Cloud Identity
         account.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 3;
        Specified by:
        getCustomerName in interface CloudIdentityCustomerAccountOrBuilder
        Returns:
        The customerName.
      • getCustomerNameBytes

        public com.google.protobuf.ByteString getCustomerNameBytes()
         If owned = true, the name of the customer that owns the Cloud Identity
         account.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 3;
        Specified by:
        getCustomerNameBytes in interface CloudIdentityCustomerAccountOrBuilder
        Returns:
        The bytes for customerName.
      • setCustomerName

        public CloudIdentityCustomerAccount.Builder setCustomerName​(String value)
         If owned = true, the name of the customer that owns the Cloud Identity
         account.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 3;
        Parameters:
        value - The customerName to set.
        Returns:
        This builder for chaining.
      • clearCustomerName

        public CloudIdentityCustomerAccount.Builder clearCustomerName()
         If owned = true, the name of the customer that owns the Cloud Identity
         account.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 3;
        Returns:
        This builder for chaining.
      • setCustomerNameBytes

        public CloudIdentityCustomerAccount.Builder setCustomerNameBytes​(com.google.protobuf.ByteString value)
         If owned = true, the name of the customer that owns the Cloud Identity
         account.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 3;
        Parameters:
        value - The bytes for customerName to set.
        Returns:
        This builder for chaining.
      • getCustomerCloudIdentityIdBytes

        public com.google.protobuf.ByteString getCustomerCloudIdentityIdBytes()
         If existing = true, the Cloud Identity ID of the customer.
         
        string customer_cloud_identity_id = 4;
        Specified by:
        getCustomerCloudIdentityIdBytes in interface CloudIdentityCustomerAccountOrBuilder
        Returns:
        The bytes for customerCloudIdentityId.
      • setCustomerCloudIdentityId

        public CloudIdentityCustomerAccount.Builder setCustomerCloudIdentityId​(String value)
         If existing = true, the Cloud Identity ID of the customer.
         
        string customer_cloud_identity_id = 4;
        Parameters:
        value - The customerCloudIdentityId to set.
        Returns:
        This builder for chaining.
      • clearCustomerCloudIdentityId

        public CloudIdentityCustomerAccount.Builder clearCustomerCloudIdentityId()
         If existing = true, the Cloud Identity ID of the customer.
         
        string customer_cloud_identity_id = 4;
        Returns:
        This builder for chaining.
      • setCustomerCloudIdentityIdBytes

        public CloudIdentityCustomerAccount.Builder setCustomerCloudIdentityIdBytes​(com.google.protobuf.ByteString value)
         If existing = true, the Cloud Identity ID of the customer.
         
        string customer_cloud_identity_id = 4;
        Parameters:
        value - The bytes for customerCloudIdentityId to set.
        Returns:
        This builder for chaining.