Class ImportCustomerRequest

  • All Implemented Interfaces:
    ImportCustomerRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class ImportCustomerRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements ImportCustomerRequestOrBuilder
     Request message for
     [CloudChannelService.ImportCustomer][google.cloud.channel.v1.CloudChannelService.ImportCustomer]
     
    Protobuf type google.cloud.channel.v1.ImportCustomerRequest
    See Also:
    Serialized Form
    • Field Detail

      • CLOUD_IDENTITY_ID_FIELD_NUMBER

        public static final int CLOUD_IDENTITY_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AUTH_TOKEN_FIELD_NUMBER

        public static final int AUTH_TOKEN_FIELD_NUMBER
        See Also:
        Constant Field Values
      • OVERWRITE_IF_EXISTS_FIELD_NUMBER

        public static final int OVERWRITE_IF_EXISTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CHANNEL_PARTNER_ID_FIELD_NUMBER

        public static final int CHANNEL_PARTNER_ID_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
      • hasDomain

        public boolean hasDomain()
         Required. Customer domain.
         
        string domain = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasDomain in interface ImportCustomerRequestOrBuilder
        Returns:
        Whether the domain field is set.
      • getDomainBytes

        public com.google.protobuf.ByteString getDomainBytes()
         Required. Customer domain.
         
        string domain = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDomainBytes in interface ImportCustomerRequestOrBuilder
        Returns:
        The bytes for domain.
      • hasCloudIdentityId

        public boolean hasCloudIdentityId()
         Required. Customer's Cloud Identity ID
         
        string cloud_identity_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasCloudIdentityId in interface ImportCustomerRequestOrBuilder
        Returns:
        Whether the cloudIdentityId field is set.
      • getCloudIdentityId

        public String getCloudIdentityId()
         Required. Customer's Cloud Identity ID
         
        string cloud_identity_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getCloudIdentityId in interface ImportCustomerRequestOrBuilder
        Returns:
        The cloudIdentityId.
      • getCloudIdentityIdBytes

        public com.google.protobuf.ByteString getCloudIdentityIdBytes()
         Required. Customer's Cloud Identity ID
         
        string cloud_identity_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getCloudIdentityIdBytes in interface ImportCustomerRequestOrBuilder
        Returns:
        The bytes for cloudIdentityId.
      • getParent

        public String getParent()
         Required. The resource name of the reseller's account.
         Parent takes the format: accounts/{account_id} or
         accounts/{account_id}/channelPartnerLinks/{channel_partner_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getParent in interface ImportCustomerRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the reseller's account.
         Parent takes the format: accounts/{account_id} or
         accounts/{account_id}/channelPartnerLinks/{channel_partner_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getParentBytes in interface ImportCustomerRequestOrBuilder
        Returns:
        The bytes for parent.
      • getAuthToken

        public String getAuthToken()
         Optional. The super admin of the resold customer generates this token to
         authorize a reseller to access their Cloud Identity and purchase
         entitlements on their behalf. You can omit this token after authorization.
         See https://support.google.com/a/answer/7643790 for more details.
         
        string auth_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAuthToken in interface ImportCustomerRequestOrBuilder
        Returns:
        The authToken.
      • getAuthTokenBytes

        public com.google.protobuf.ByteString getAuthTokenBytes()
         Optional. The super admin of the resold customer generates this token to
         authorize a reseller to access their Cloud Identity and purchase
         entitlements on their behalf. You can omit this token after authorization.
         See https://support.google.com/a/answer/7643790 for more details.
         
        string auth_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAuthTokenBytes in interface ImportCustomerRequestOrBuilder
        Returns:
        The bytes for authToken.
      • getOverwriteIfExists

        public boolean getOverwriteIfExists()
         Required. Choose to overwrite an existing customer if found.
         This must be set to true if there is an existing customer with a
         conflicting region code or domain.
         
        bool overwrite_if_exists = 5 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getOverwriteIfExists in interface ImportCustomerRequestOrBuilder
        Returns:
        The overwriteIfExists.
      • getChannelPartnerId

        public String getChannelPartnerId()
         Optional. Cloud Identity ID of a channel partner who will be the direct
         reseller for the customer's order. This field is required for 2-tier
         transfer scenarios and can be provided via the request Parent binding as
         well.
         
        string channel_partner_id = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getChannelPartnerId in interface ImportCustomerRequestOrBuilder
        Returns:
        The channelPartnerId.
      • getChannelPartnerIdBytes

        public com.google.protobuf.ByteString getChannelPartnerIdBytes()
         Optional. Cloud Identity ID of a channel partner who will be the direct
         reseller for the customer's order. This field is required for 2-tier
         transfer scenarios and can be provided via the request Parent binding as
         well.
         
        string channel_partner_id = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getChannelPartnerIdBytes in interface ImportCustomerRequestOrBuilder
        Returns:
        The bytes for channelPartnerId.
      • getCustomer

        public String getCustomer()
         Optional. Specifies the customer that will receive imported Cloud Identity
         information.
         Format: accounts/{account_id}/customers/{customer_id}
         
        string customer = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getCustomer in interface ImportCustomerRequestOrBuilder
        Returns:
        The customer.
      • getCustomerBytes

        public com.google.protobuf.ByteString getCustomerBytes()
         Optional. Specifies the customer that will receive imported Cloud Identity
         information.
         Format: accounts/{account_id}/customers/{customer_id}
         
        string customer = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getCustomerBytes in interface ImportCustomerRequestOrBuilder
        Returns:
        The bytes for customer.
      • 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 ImportCustomerRequest parseFrom​(ByteBuffer data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ImportCustomerRequest parseFrom​(ByteBuffer data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ImportCustomerRequest parseFrom​(com.google.protobuf.ByteString data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ImportCustomerRequest parseFrom​(com.google.protobuf.ByteString data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ImportCustomerRequest parseFrom​(byte[] data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ImportCustomerRequest parseFrom​(byte[] data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

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

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

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

        public com.google.protobuf.Parser<ImportCustomerRequest> 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 ImportCustomerRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder