Class: Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest
- 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
-
#bigquery_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::BigQuerySource
BigQuery input source.
-
#error_config ⇒ ::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
The desired location of errors incurred during the Import.
-
#gcs_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::GcsSource
Cloud Storage location for the input content.
-
#inline_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest::InlineSource
The Inline source for suggestion entries.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#bigquery_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::BigQuerySource
Returns BigQuery input source.
758 759 760 761 762 763 764 765 766 767 768 769 770 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 758 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.
758 759 760 761 762 763 764 765 766 767 768 769 770 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 758 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.
758 759 760 761 762 763 764 765 766 767 768 769 770 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 758 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.
758 759 760 761 762 763 764 765 766 767 768 769 770 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 758 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/*
.
758 759 760 761 762 763 764 765 766 767 768 769 770 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 758 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 |