Class: Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/import_config.rb

Overview

Request message for CompletionService.ImportCompletionSuggestions method.

Defined Under Namespace

Classes: InlineSource

Instance Attribute Summary collapse

Instance Attribute Details

#bigquery_source::Google::Cloud::DiscoveryEngine::V1::BigQuerySource

Returns BigQuery input source.

Note: The following fields are mutually exclusive: bigquery_source, inline_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::DiscoveryEngine::V1::BigQuerySource)

    BigQuery input source.

    Note: The following fields are mutually exclusive: bigquery_source, inline_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



810
811
812
813
814
815
816
817
818
819
820
821
822
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 810

class ImportCompletionSuggestionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The inline source for CompletionSuggestions.
  # @!attribute [rw] suggestions
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1::CompletionSuggestion>]
  #     Required. A list of all denylist entries to import. Max of 1000 items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#error_config::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig

Returns The desired location of errors incurred during the Import.

Returns:



810
811
812
813
814
815
816
817
818
819
820
821
822
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 810

class ImportCompletionSuggestionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The inline source for CompletionSuggestions.
  # @!attribute [rw] suggestions
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1::CompletionSuggestion>]
  #     Required. A list of all denylist entries to import. Max of 1000 items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#gcs_source::Google::Cloud::DiscoveryEngine::V1::GcsSource

Returns Cloud Storage location for the input content.

Note: The following fields are mutually exclusive: gcs_source, inline_source, bigquery_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::DiscoveryEngine::V1::GcsSource)

    Cloud Storage location for the input content.

    Note: The following fields are mutually exclusive: gcs_source, inline_source, bigquery_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



810
811
812
813
814
815
816
817
818
819
820
821
822
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 810

class ImportCompletionSuggestionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The inline source for CompletionSuggestions.
  # @!attribute [rw] suggestions
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1::CompletionSuggestion>]
  #     Required. A list of all denylist entries to import. Max of 1000 items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#inline_source::Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest::InlineSource

Returns The Inline source for suggestion entries.

Note: The following fields are mutually exclusive: inline_source, gcs_source, bigquery_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



810
811
812
813
814
815
816
817
818
819
820
821
822
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 810

class ImportCompletionSuggestionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The inline source for CompletionSuggestions.
  # @!attribute [rw] suggestions
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1::CompletionSuggestion>]
  #     Required. A list of all denylist entries to import. Max of 1000 items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent::String

Returns Required. The parent data store resource name for which to import customer autocomplete suggestions.

Follows pattern projects/*/locations/*/collections/*/dataStores/*.

Returns:

  • (::String)

    Required. The parent data store resource name for which to import customer autocomplete suggestions.

    Follows pattern projects/*/locations/*/collections/*/dataStores/*



810
811
812
813
814
815
816
817
818
819
820
821
822
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 810

class ImportCompletionSuggestionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The inline source for CompletionSuggestions.
  # @!attribute [rw] suggestions
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1::CompletionSuggestion>]
  #     Required. A list of all denylist entries to import. Max of 1000 items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end