Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest.
Request message for Import methods.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_source
def bigquery_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
#bigquery_source=
def bigquery_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
#error_config
def error_config() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import.
#error_config=
def error_config=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import.
#gcs_source
def gcs_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
#inline_source
def inline_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::InlineSource
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::InlineSource) — The Inline source for the input content for documents.
#inline_source=
def inline_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::InlineSource
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::InlineSource) — The Inline source for the input content for documents.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::InlineSource) — The Inline source for the input content for documents.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}
. Requires create/update permission.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}
. Requires create/update permission.
Returns
-
(::String) — Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}
. Requires create/update permission.
#reconciliation_mode
def reconciliation_mode() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::ReconciliationMode
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::ReconciliationMode) — The mode of reconciliation between existing documents and the documents to be imported. Defaults to ReconciliationMode.INCREMENTAL.
#reconciliation_mode=
def reconciliation_mode=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::ReconciliationMode
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::ReconciliationMode) — The mode of reconciliation between existing documents and the documents to be imported. Defaults to ReconciliationMode.INCREMENTAL.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::ReconciliationMode) — The mode of reconciliation between existing documents and the documents to be imported. Defaults to ReconciliationMode.INCREMENTAL.