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
#alloy_db_source
def alloy_db_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::AlloyDbSource
- (::Google::Cloud::DiscoveryEngine::V1beta::AlloyDbSource) — AlloyDB input source.
#alloy_db_source=
def alloy_db_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::AlloyDbSource
- value (::Google::Cloud::DiscoveryEngine::V1beta::AlloyDbSource) — AlloyDB input source.
- (::Google::Cloud::DiscoveryEngine::V1beta::AlloyDbSource) — AlloyDB input source.
#auto_generate_ids
def auto_generate_ids() -> ::Boolean
-
(::Boolean) —
Whether to automatically generate IDs for the documents if absent.
If set to
true
, Document.ids are automatically generated based on the hash of the payload, where IDs may not be consistent during multiple imports. In which case ReconciliationMode.FULL is highly recommended to avoid duplicate contents. If unset or set tofalse
, Document.ids have to be specified using id_field, otherwise, documents without IDs fail to be imported.Supported data sources:
- GcsSource.
GcsSource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - BigQuerySource.
BigQuerySource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - SpannerSource.
- CloudSqlSource.
- FirestoreSource.
- BigtableSource.
- GcsSource.
GcsSource.data_schema
must be
#auto_generate_ids=
def auto_generate_ids=(value) -> ::Boolean
-
value (::Boolean) —
Whether to automatically generate IDs for the documents if absent.
If set to
true
, Document.ids are automatically generated based on the hash of the payload, where IDs may not be consistent during multiple imports. In which case ReconciliationMode.FULL is highly recommended to avoid duplicate contents. If unset or set tofalse
, Document.ids have to be specified using id_field, otherwise, documents without IDs fail to be imported.Supported data sources:
- GcsSource.
GcsSource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - BigQuerySource.
BigQuerySource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - SpannerSource.
- CloudSqlSource.
- FirestoreSource.
- BigtableSource.
- GcsSource.
GcsSource.data_schema
must be
-
(::Boolean) —
Whether to automatically generate IDs for the documents if absent.
If set to
true
, Document.ids are automatically generated based on the hash of the payload, where IDs may not be consistent during multiple imports. In which case ReconciliationMode.FULL is highly recommended to avoid duplicate contents. If unset or set tofalse
, Document.ids have to be specified using id_field, otherwise, documents without IDs fail to be imported.Supported data sources:
- GcsSource.
GcsSource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - BigQuerySource.
BigQuerySource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - SpannerSource.
- CloudSqlSource.
- FirestoreSource.
- BigtableSource.
- GcsSource.
GcsSource.data_schema
must be
#bigquery_source
def bigquery_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource
- (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
#bigquery_source=
def bigquery_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource
- value (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
- (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
#bigtable_source
def bigtable_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::BigtableSource
- (::Google::Cloud::DiscoveryEngine::V1beta::BigtableSource) — Cloud Bigtable input source.
#bigtable_source=
def bigtable_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::BigtableSource
- value (::Google::Cloud::DiscoveryEngine::V1beta::BigtableSource) — Cloud Bigtable input source.
- (::Google::Cloud::DiscoveryEngine::V1beta::BigtableSource) — Cloud Bigtable input source.
#cloud_sql_source
def cloud_sql_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::CloudSqlSource
- (::Google::Cloud::DiscoveryEngine::V1beta::CloudSqlSource) — Cloud SQL input source.
#cloud_sql_source=
def cloud_sql_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::CloudSqlSource
- value (::Google::Cloud::DiscoveryEngine::V1beta::CloudSqlSource) — Cloud SQL input source.
- (::Google::Cloud::DiscoveryEngine::V1beta::CloudSqlSource) — Cloud SQL input source.
#error_config
def error_config() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
- (::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
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import.
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import.
#fhir_store_source
def fhir_store_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::FhirStoreSource
- (::Google::Cloud::DiscoveryEngine::V1beta::FhirStoreSource) — FhirStore input source.
#fhir_store_source=
def fhir_store_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::FhirStoreSource
- value (::Google::Cloud::DiscoveryEngine::V1beta::FhirStoreSource) — FhirStore input source.
- (::Google::Cloud::DiscoveryEngine::V1beta::FhirStoreSource) — FhirStore input source.
#firestore_source
def firestore_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::FirestoreSource
- (::Google::Cloud::DiscoveryEngine::V1beta::FirestoreSource) — Firestore input source.
#firestore_source=
def firestore_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::FirestoreSource
- value (::Google::Cloud::DiscoveryEngine::V1beta::FirestoreSource) — Firestore input source.
- (::Google::Cloud::DiscoveryEngine::V1beta::FirestoreSource) — Firestore input source.
#gcs_source
def gcs_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
- (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
- value (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
- (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
#id_field
def id_field() -> ::String
-
(::String) —
The field indicates the ID field or column to be used as unique IDs of the documents.
For GcsSource it is the key of the JSON field. For instance,
my_id
for JSON{"my_id": "some_uuid"}
. For others, it may be the column name of the table where the unique ids are stored.The values of the JSON field or the table column are used as the Document.ids. The JSON field or the table column must be of string type, and the values must be set as valid strings conform to RFC-1034 with 1-63 characters. Otherwise, documents without valid IDs fail to be imported.
Only set this field when auto_generate_ids is unset or set as
false
. Otherwise, an INVALID_ARGUMENT error is thrown.If it is unset, a default value
_id
is used when importing from the allowed data sources.Supported data sources:
- GcsSource.
GcsSource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - BigQuerySource.
BigQuerySource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - SpannerSource.
- CloudSqlSource.
- FirestoreSource.
- BigtableSource.
- GcsSource.
GcsSource.data_schema
must be
#id_field=
def id_field=(value) -> ::String
-
value (::String) —
The field indicates the ID field or column to be used as unique IDs of the documents.
For GcsSource it is the key of the JSON field. For instance,
my_id
for JSON{"my_id": "some_uuid"}
. For others, it may be the column name of the table where the unique ids are stored.The values of the JSON field or the table column are used as the Document.ids. The JSON field or the table column must be of string type, and the values must be set as valid strings conform to RFC-1034 with 1-63 characters. Otherwise, documents without valid IDs fail to be imported.
Only set this field when auto_generate_ids is unset or set as
false
. Otherwise, an INVALID_ARGUMENT error is thrown.If it is unset, a default value
_id
is used when importing from the allowed data sources.Supported data sources:
- GcsSource.
GcsSource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - BigQuerySource.
BigQuerySource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - SpannerSource.
- CloudSqlSource.
- FirestoreSource.
- BigtableSource.
- GcsSource.
GcsSource.data_schema
must be
-
(::String) —
The field indicates the ID field or column to be used as unique IDs of the documents.
For GcsSource it is the key of the JSON field. For instance,
my_id
for JSON{"my_id": "some_uuid"}
. For others, it may be the column name of the table where the unique ids are stored.The values of the JSON field or the table column are used as the Document.ids. The JSON field or the table column must be of string type, and the values must be set as valid strings conform to RFC-1034 with 1-63 characters. Otherwise, documents without valid IDs fail to be imported.
Only set this field when auto_generate_ids is unset or set as
false
. Otherwise, an INVALID_ARGUMENT error is thrown.If it is unset, a default value
_id
is used when importing from the allowed data sources.Supported data sources:
- GcsSource.
GcsSource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - BigQuerySource.
BigQuerySource.data_schema
must be
custom
orcsv
. Otherwise, an INVALID_ARGUMENT error is thrown. - SpannerSource.
- CloudSqlSource.
- FirestoreSource.
- BigtableSource.
- GcsSource.
GcsSource.data_schema
must be
#inline_source
def inline_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::InlineSource
- (::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
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::InlineSource) — The Inline source for the input content for documents.
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::InlineSource) — The Inline source for the input content for documents.
#parent
def parent() -> ::String
-
(::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
-
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.
-
(::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
- (::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
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::ReconciliationMode) — The mode of reconciliation between existing documents and the documents to be imported. Defaults to ReconciliationMode.INCREMENTAL.
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::ReconciliationMode) — The mode of reconciliation between existing documents and the documents to be imported. Defaults to ReconciliationMode.INCREMENTAL.
#spanner_source
def spanner_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::SpannerSource
- (::Google::Cloud::DiscoveryEngine::V1beta::SpannerSource) — Spanner input source.
#spanner_source=
def spanner_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SpannerSource
- value (::Google::Cloud::DiscoveryEngine::V1beta::SpannerSource) — Spanner input source.
- (::Google::Cloud::DiscoveryEngine::V1beta::SpannerSource) — Spanner input source.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — Indicates which fields in the provided imported documents to update. If not set, the default is to update all fields.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — Indicates which fields in the provided imported documents to update. If not set, the default is to update all fields.
- (::Google::Protobuf::FieldMask) — Indicates which fields in the provided imported documents to update. If not set, the default is to update all fields.