Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest (v1.5.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest.

Request message for CompletionService.ImportCompletionSuggestions method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bigquery_source

def bigquery_source() -> ::Google::Cloud::DiscoveryEngine::V1::BigQuerySource
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.

#bigquery_source=

def bigquery_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1::BigQuerySource
Parameter
  • value (::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.

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.

#error_config

def error_config() -> ::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
Returns

#error_config=

def error_config=(value) -> ::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
Parameter
Returns

#gcs_source

def gcs_source() -> ::Google::Cloud::DiscoveryEngine::V1::GcsSource
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.

#gcs_source=

def gcs_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1::GcsSource
Parameter
  • value (::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.

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.

#inline_source

def inline_source() -> ::Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest::InlineSource
Returns

#inline_source=

def inline_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest::InlineSource
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent data store resource name for which to import customer autocomplete suggestions.

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

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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/*