Class ImportCompletionDataRequest.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<ImportCompletionDataRequest.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<ImportCompletionDataRequest.Builder>
      • getDefaultInstanceForType

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

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

        public ImportCompletionDataRequest 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<ImportCompletionDataRequest.Builder>
      • mergeFrom

        public ImportCompletionDataRequest.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<ImportCompletionDataRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The catalog which the suggestions dataset belongs to.
        
         Format: `projects/1234/locations/global/catalogs/default_catalog`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ImportCompletionDataRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The catalog which the suggestions dataset belongs to.
        
         Format: `projects/1234/locations/global/catalogs/default_catalog`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ImportCompletionDataRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ImportCompletionDataRequest.Builder setParent​(String value)
         Required. The catalog which the suggestions dataset belongs to.
        
         Format: `projects/1234/locations/global/catalogs/default_catalog`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ImportCompletionDataRequest.Builder clearParent()
         Required. The catalog which the suggestions dataset belongs to.
        
         Format: `projects/1234/locations/global/catalogs/default_catalog`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ImportCompletionDataRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The catalog which the suggestions dataset belongs to.
        
         Format: `projects/1234/locations/global/catalogs/default_catalog`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasInputConfig

        public boolean hasInputConfig()
         Required. The desired input location of the data.
         
        .google.cloud.retail.v2.CompletionDataInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasInputConfig in interface ImportCompletionDataRequestOrBuilder
        Returns:
        Whether the inputConfig field is set.
      • clearInputConfig

        public ImportCompletionDataRequest.Builder clearInputConfig()
         Required. The desired input location of the data.
         
        .google.cloud.retail.v2.CompletionDataInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • getInputConfigBuilder

        public CompletionDataInputConfig.Builder getInputConfigBuilder()
         Required. The desired input location of the data.
         
        .google.cloud.retail.v2.CompletionDataInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • getNotificationPubsubTopic

        public String getNotificationPubsubTopic()
         Pub/Sub topic for receiving notification. If this field is set,
         when the import is finished, a notification is sent to
         specified Pub/Sub topic. The message data is JSON string of a
         [Operation][google.longrunning.Operation].
         Format of the Pub/Sub topic is `projects/{project}/topics/{topic}`.
         
        string notification_pubsub_topic = 3;
        Specified by:
        getNotificationPubsubTopic in interface ImportCompletionDataRequestOrBuilder
        Returns:
        The notificationPubsubTopic.
      • getNotificationPubsubTopicBytes

        public com.google.protobuf.ByteString getNotificationPubsubTopicBytes()
         Pub/Sub topic for receiving notification. If this field is set,
         when the import is finished, a notification is sent to
         specified Pub/Sub topic. The message data is JSON string of a
         [Operation][google.longrunning.Operation].
         Format of the Pub/Sub topic is `projects/{project}/topics/{topic}`.
         
        string notification_pubsub_topic = 3;
        Specified by:
        getNotificationPubsubTopicBytes in interface ImportCompletionDataRequestOrBuilder
        Returns:
        The bytes for notificationPubsubTopic.
      • setNotificationPubsubTopic

        public ImportCompletionDataRequest.Builder setNotificationPubsubTopic​(String value)
         Pub/Sub topic for receiving notification. If this field is set,
         when the import is finished, a notification is sent to
         specified Pub/Sub topic. The message data is JSON string of a
         [Operation][google.longrunning.Operation].
         Format of the Pub/Sub topic is `projects/{project}/topics/{topic}`.
         
        string notification_pubsub_topic = 3;
        Parameters:
        value - The notificationPubsubTopic to set.
        Returns:
        This builder for chaining.
      • clearNotificationPubsubTopic

        public ImportCompletionDataRequest.Builder clearNotificationPubsubTopic()
         Pub/Sub topic for receiving notification. If this field is set,
         when the import is finished, a notification is sent to
         specified Pub/Sub topic. The message data is JSON string of a
         [Operation][google.longrunning.Operation].
         Format of the Pub/Sub topic is `projects/{project}/topics/{topic}`.
         
        string notification_pubsub_topic = 3;
        Returns:
        This builder for chaining.
      • setNotificationPubsubTopicBytes

        public ImportCompletionDataRequest.Builder setNotificationPubsubTopicBytes​(com.google.protobuf.ByteString value)
         Pub/Sub topic for receiving notification. If this field is set,
         when the import is finished, a notification is sent to
         specified Pub/Sub topic. The message data is JSON string of a
         [Operation][google.longrunning.Operation].
         Format of the Pub/Sub topic is `projects/{project}/topics/{topic}`.
         
        string notification_pubsub_topic = 3;
        Parameters:
        value - The bytes for notificationPubsubTopic to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final ImportCompletionDataRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportCompletionDataRequest.Builder>