google-cloud-discovery_engine-v1 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/discovery_engine/v1/completion_service/client.rb +5 -5
- data/lib/google/cloud/discovery_engine/v1/completion_service/rest/client.rb +5 -5
- data/lib/google/cloud/discovery_engine/v1/data_store_service/client.rb +2 -2
- data/lib/google/cloud/discovery_engine/v1/data_store_service/rest/client.rb +2 -2
- data/lib/google/cloud/discovery_engine/v1/document_service/client.rb +11 -11
- data/lib/google/cloud/discovery_engine/v1/document_service/rest/client.rb +11 -11
- data/lib/google/cloud/discovery_engine/v1/identity_mapping_store_service/client.rb +2 -2
- data/lib/google/cloud/discovery_engine/v1/identity_mapping_store_service/rest/client.rb +2 -2
- data/lib/google/cloud/discovery_engine/v1/user_event_service/client.rb +3 -3
- data/lib/google/cloud/discovery_engine/v1/user_event_service/rest/client.rb +3 -3
- data/lib/google/cloud/discovery_engine/v1/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e40025189c76b51ddc15711252270ff0b16420e38c648152d116491e76ae19f
|
4
|
+
data.tar.gz: 2b6a5dab1f70e2421d177b0221d3849d1b33ed6debb935cc4ec47bec168d266f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc0f7ef1d2f3129dd0dbbb58253068c2d6e001dbc3c225867c5e827a48825c09c3622c9b7e01c79a6d2d4257eecfd62cd8b269e5b1ed8fabb83319c2001f501b
|
7
|
+
data.tar.gz: 03f52280b067b839b9cacb58e279b54b611e047cd09ff1cfbd35d1ac4ac9a7a1397f46e0400e5e7794a68727f87e8e8a63d0c5fcc9c2b23f3735bf34ccfdabc2
|
@@ -369,7 +369,7 @@ module Google
|
|
369
369
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportSuggestionDenyListEntriesRequest::InlineSource, ::Hash]
|
370
370
|
# The Inline source for the input content for suggestion deny list entries.
|
371
371
|
#
|
372
|
-
# Note: The following
|
372
|
+
# Note: The following parameters are mutually exclusive: `inline_source`, `gcs_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
373
373
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
374
374
|
# Cloud Storage location for the input content.
|
375
375
|
#
|
@@ -380,7 +380,7 @@ module Google
|
|
380
380
|
# * `suggestion_deny_list` (default): One JSON [SuggestionDenyListEntry]
|
381
381
|
# per line.
|
382
382
|
#
|
383
|
-
# Note: The following
|
383
|
+
# Note: The following parameters are mutually exclusive: `gcs_source`, `inline_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
384
384
|
# @param parent [::String]
|
385
385
|
# Required. The parent data store resource name for which to import denylist
|
386
386
|
# entries. Follows pattern projects/*/locations/*/collections/*/dataStores/*.
|
@@ -578,15 +578,15 @@ module Google
|
|
578
578
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest::InlineSource, ::Hash]
|
579
579
|
# The Inline source for suggestion entries.
|
580
580
|
#
|
581
|
-
# Note: The following
|
581
|
+
# Note: The following parameters are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
582
582
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
583
583
|
# Cloud Storage location for the input content.
|
584
584
|
#
|
585
|
-
# Note: The following
|
585
|
+
# Note: The following parameters are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
586
586
|
# @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
|
587
587
|
# BigQuery input source.
|
588
588
|
#
|
589
|
-
# Note: The following
|
589
|
+
# Note: The following parameters are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
590
590
|
# @param parent [::String]
|
591
591
|
# Required. The parent data store resource name for which to import customer
|
592
592
|
# autocomplete suggestions.
|
@@ -355,7 +355,7 @@ module Google
|
|
355
355
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportSuggestionDenyListEntriesRequest::InlineSource, ::Hash]
|
356
356
|
# The Inline source for the input content for suggestion deny list entries.
|
357
357
|
#
|
358
|
-
# Note: The following
|
358
|
+
# Note: The following parameters are mutually exclusive: `inline_source`, `gcs_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
359
359
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
360
360
|
# Cloud Storage location for the input content.
|
361
361
|
#
|
@@ -366,7 +366,7 @@ module Google
|
|
366
366
|
# * `suggestion_deny_list` (default): One JSON [SuggestionDenyListEntry]
|
367
367
|
# per line.
|
368
368
|
#
|
369
|
-
# Note: The following
|
369
|
+
# Note: The following parameters are mutually exclusive: `gcs_source`, `inline_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
370
370
|
# @param parent [::String]
|
371
371
|
# Required. The parent data store resource name for which to import denylist
|
372
372
|
# entries. Follows pattern projects/*/locations/*/collections/*/dataStores/*.
|
@@ -550,15 +550,15 @@ module Google
|
|
550
550
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest::InlineSource, ::Hash]
|
551
551
|
# The Inline source for suggestion entries.
|
552
552
|
#
|
553
|
-
# Note: The following
|
553
|
+
# Note: The following parameters are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
554
554
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
555
555
|
# Cloud Storage location for the input content.
|
556
556
|
#
|
557
|
-
# Note: The following
|
557
|
+
# Note: The following parameters are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
558
558
|
# @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
|
559
559
|
# BigQuery input source.
|
560
560
|
#
|
561
|
-
# Note: The following
|
561
|
+
# Note: The following parameters are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
562
562
|
# @param parent [::String]
|
563
563
|
# Required. The parent data store resource name for which to import customer
|
564
564
|
# autocomplete suggestions.
|
@@ -241,13 +241,13 @@ module Google
|
|
241
241
|
# @param cmek_config_name [::String]
|
242
242
|
# Resource name of the CmekConfig to use for protecting this DataStore.
|
243
243
|
#
|
244
|
-
# Note: The following
|
244
|
+
# Note: The following parameters are mutually exclusive: `cmek_config_name`, `disable_cmek`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
245
245
|
# @param disable_cmek [::Boolean]
|
246
246
|
# DataStore without CMEK protections. If a default CmekConfig is set for
|
247
247
|
# the project, setting this field will override the default CmekConfig as
|
248
248
|
# well.
|
249
249
|
#
|
250
|
-
# Note: The following
|
250
|
+
# Note: The following parameters are mutually exclusive: `disable_cmek`, `cmek_config_name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
251
251
|
# @param parent [::String]
|
252
252
|
# Required. The parent resource name, such as
|
253
253
|
# `projects/{project}/locations/{location}/collections/{collection}`.
|
@@ -234,13 +234,13 @@ module Google
|
|
234
234
|
# @param cmek_config_name [::String]
|
235
235
|
# Resource name of the CmekConfig to use for protecting this DataStore.
|
236
236
|
#
|
237
|
-
# Note: The following
|
237
|
+
# Note: The following parameters are mutually exclusive: `cmek_config_name`, `disable_cmek`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
238
238
|
# @param disable_cmek [::Boolean]
|
239
239
|
# DataStore without CMEK protections. If a default CmekConfig is set for
|
240
240
|
# the project, setting this field will override the default CmekConfig as
|
241
241
|
# well.
|
242
242
|
#
|
243
|
-
# Note: The following
|
243
|
+
# Note: The following parameters are mutually exclusive: `disable_cmek`, `cmek_config_name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
244
244
|
# @param parent [::String]
|
245
245
|
# Required. The parent resource name, such as
|
246
246
|
# `projects/{project}/locations/{location}/collections/{collection}`.
|
@@ -763,39 +763,39 @@ module Google
|
|
763
763
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportDocumentsRequest::InlineSource, ::Hash]
|
764
764
|
# The Inline source for the input content for documents.
|
765
765
|
#
|
766
|
-
# Note: The following
|
766
|
+
# Note: The following parameters are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
767
767
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
768
768
|
# Cloud Storage location for the input content.
|
769
769
|
#
|
770
|
-
# Note: The following
|
770
|
+
# Note: The following parameters are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
771
771
|
# @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
|
772
772
|
# BigQuery input source.
|
773
773
|
#
|
774
|
-
# Note: The following
|
774
|
+
# Note: The following parameters are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
775
775
|
# @param fhir_store_source [::Google::Cloud::DiscoveryEngine::V1::FhirStoreSource, ::Hash]
|
776
776
|
# FhirStore input source.
|
777
777
|
#
|
778
|
-
# Note: The following
|
778
|
+
# Note: The following parameters are mutually exclusive: `fhir_store_source`, `inline_source`, `gcs_source`, `bigquery_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
779
779
|
# @param spanner_source [::Google::Cloud::DiscoveryEngine::V1::SpannerSource, ::Hash]
|
780
780
|
# Spanner input source.
|
781
781
|
#
|
782
|
-
# Note: The following
|
782
|
+
# Note: The following parameters are mutually exclusive: `spanner_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
783
783
|
# @param cloud_sql_source [::Google::Cloud::DiscoveryEngine::V1::CloudSqlSource, ::Hash]
|
784
784
|
# Cloud SQL input source.
|
785
785
|
#
|
786
|
-
# Note: The following
|
786
|
+
# Note: The following parameters are mutually exclusive: `cloud_sql_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
787
787
|
# @param firestore_source [::Google::Cloud::DiscoveryEngine::V1::FirestoreSource, ::Hash]
|
788
788
|
# Firestore input source.
|
789
789
|
#
|
790
|
-
# Note: The following
|
790
|
+
# Note: The following parameters are mutually exclusive: `firestore_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
791
791
|
# @param alloy_db_source [::Google::Cloud::DiscoveryEngine::V1::AlloyDbSource, ::Hash]
|
792
792
|
# AlloyDB input source.
|
793
793
|
#
|
794
|
-
# Note: The following
|
794
|
+
# Note: The following parameters are mutually exclusive: `alloy_db_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
795
795
|
# @param bigtable_source [::Google::Cloud::DiscoveryEngine::V1::BigtableSource, ::Hash]
|
796
796
|
# Cloud Bigtable input source.
|
797
797
|
#
|
798
|
-
# Note: The following
|
798
|
+
# Note: The following parameters are mutually exclusive: `bigtable_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
799
799
|
# @param parent [::String]
|
800
800
|
# Required. The parent branch resource name, such as
|
801
801
|
# `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
|
@@ -989,11 +989,11 @@ module Google
|
|
989
989
|
# * `document_id`: One valid
|
990
990
|
# {::Google::Cloud::DiscoveryEngine::V1::Document#id Document.id} per line.
|
991
991
|
#
|
992
|
-
# Note: The following
|
992
|
+
# Note: The following parameters are mutually exclusive: `gcs_source`, `inline_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
993
993
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::PurgeDocumentsRequest::InlineSource, ::Hash]
|
994
994
|
# Inline source for the input content for purge.
|
995
995
|
#
|
996
|
-
# Note: The following
|
996
|
+
# Note: The following parameters are mutually exclusive: `inline_source`, `gcs_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
997
997
|
# @param parent [::String]
|
998
998
|
# Required. The parent resource name, such as
|
999
999
|
# `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
|
@@ -721,39 +721,39 @@ module Google
|
|
721
721
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportDocumentsRequest::InlineSource, ::Hash]
|
722
722
|
# The Inline source for the input content for documents.
|
723
723
|
#
|
724
|
-
# Note: The following
|
724
|
+
# Note: The following parameters are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
725
725
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
726
726
|
# Cloud Storage location for the input content.
|
727
727
|
#
|
728
|
-
# Note: The following
|
728
|
+
# Note: The following parameters are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
729
729
|
# @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
|
730
730
|
# BigQuery input source.
|
731
731
|
#
|
732
|
-
# Note: The following
|
732
|
+
# Note: The following parameters are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
733
733
|
# @param fhir_store_source [::Google::Cloud::DiscoveryEngine::V1::FhirStoreSource, ::Hash]
|
734
734
|
# FhirStore input source.
|
735
735
|
#
|
736
|
-
# Note: The following
|
736
|
+
# Note: The following parameters are mutually exclusive: `fhir_store_source`, `inline_source`, `gcs_source`, `bigquery_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
737
737
|
# @param spanner_source [::Google::Cloud::DiscoveryEngine::V1::SpannerSource, ::Hash]
|
738
738
|
# Spanner input source.
|
739
739
|
#
|
740
|
-
# Note: The following
|
740
|
+
# Note: The following parameters are mutually exclusive: `spanner_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
741
741
|
# @param cloud_sql_source [::Google::Cloud::DiscoveryEngine::V1::CloudSqlSource, ::Hash]
|
742
742
|
# Cloud SQL input source.
|
743
743
|
#
|
744
|
-
# Note: The following
|
744
|
+
# Note: The following parameters are mutually exclusive: `cloud_sql_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
745
745
|
# @param firestore_source [::Google::Cloud::DiscoveryEngine::V1::FirestoreSource, ::Hash]
|
746
746
|
# Firestore input source.
|
747
747
|
#
|
748
|
-
# Note: The following
|
748
|
+
# Note: The following parameters are mutually exclusive: `firestore_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `alloy_db_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
749
749
|
# @param alloy_db_source [::Google::Cloud::DiscoveryEngine::V1::AlloyDbSource, ::Hash]
|
750
750
|
# AlloyDB input source.
|
751
751
|
#
|
752
|
-
# Note: The following
|
752
|
+
# Note: The following parameters are mutually exclusive: `alloy_db_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `bigtable_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
753
753
|
# @param bigtable_source [::Google::Cloud::DiscoveryEngine::V1::BigtableSource, ::Hash]
|
754
754
|
# Cloud Bigtable input source.
|
755
755
|
#
|
756
|
-
# Note: The following
|
756
|
+
# Note: The following parameters are mutually exclusive: `bigtable_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
757
757
|
# @param parent [::String]
|
758
758
|
# Required. The parent branch resource name, such as
|
759
759
|
# `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
|
@@ -940,11 +940,11 @@ module Google
|
|
940
940
|
# * `document_id`: One valid
|
941
941
|
# {::Google::Cloud::DiscoveryEngine::V1::Document#id Document.id} per line.
|
942
942
|
#
|
943
|
-
# Note: The following
|
943
|
+
# Note: The following parameters are mutually exclusive: `gcs_source`, `inline_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
944
944
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::PurgeDocumentsRequest::InlineSource, ::Hash]
|
945
945
|
# Inline source for the input content for purge.
|
946
946
|
#
|
947
|
-
# Note: The following
|
947
|
+
# Note: The following parameters are mutually exclusive: `inline_source`, `gcs_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
948
948
|
# @param parent [::String]
|
949
949
|
# Required. The parent resource name, such as
|
950
950
|
# `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
|
@@ -235,13 +235,13 @@ module Google
|
|
235
235
|
# Resource name of the CmekConfig to use for protecting this Identity
|
236
236
|
# Mapping Store.
|
237
237
|
#
|
238
|
-
# Note: The following
|
238
|
+
# Note: The following parameters are mutually exclusive: `cmek_config_name`, `disable_cmek`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
239
239
|
# @param disable_cmek [::Boolean]
|
240
240
|
# Identity Mapping Store without CMEK protections. If a default CmekConfig
|
241
241
|
# is set for the project, setting this field will override the default
|
242
242
|
# CmekConfig as well.
|
243
243
|
#
|
244
|
-
# Note: The following
|
244
|
+
# Note: The following parameters are mutually exclusive: `disable_cmek`, `cmek_config_name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
245
245
|
# @param parent [::String]
|
246
246
|
# Required. The parent collection resource name, such as
|
247
247
|
# `projects/{project}/locations/{location}`.
|
@@ -228,13 +228,13 @@ module Google
|
|
228
228
|
# Resource name of the CmekConfig to use for protecting this Identity
|
229
229
|
# Mapping Store.
|
230
230
|
#
|
231
|
-
# Note: The following
|
231
|
+
# Note: The following parameters are mutually exclusive: `cmek_config_name`, `disable_cmek`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
232
232
|
# @param disable_cmek [::Boolean]
|
233
233
|
# Identity Mapping Store without CMEK protections. If a default CmekConfig
|
234
234
|
# is set for the project, setting this field will override the default
|
235
235
|
# CmekConfig as well.
|
236
236
|
#
|
237
|
-
# Note: The following
|
237
|
+
# Note: The following parameters are mutually exclusive: `disable_cmek`, `cmek_config_name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
238
238
|
# @param parent [::String]
|
239
239
|
# Required. The parent collection resource name, such as
|
240
240
|
# `projects/{project}/locations/{location}`.
|
@@ -595,15 +595,15 @@ module Google
|
|
595
595
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportUserEventsRequest::InlineSource, ::Hash]
|
596
596
|
# The Inline source for the input content for UserEvents.
|
597
597
|
#
|
598
|
-
# Note: The following
|
598
|
+
# Note: The following parameters are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
599
599
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
600
600
|
# Cloud Storage location for the input content.
|
601
601
|
#
|
602
|
-
# Note: The following
|
602
|
+
# Note: The following parameters are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
603
603
|
# @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
|
604
604
|
# BigQuery input source.
|
605
605
|
#
|
606
|
-
# Note: The following
|
606
|
+
# Note: The following parameters are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
607
607
|
# @param parent [::String]
|
608
608
|
# Required. Parent DataStore resource name, of the form
|
609
609
|
# `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}`
|
@@ -567,15 +567,15 @@ module Google
|
|
567
567
|
# @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportUserEventsRequest::InlineSource, ::Hash]
|
568
568
|
# The Inline source for the input content for UserEvents.
|
569
569
|
#
|
570
|
-
# Note: The following
|
570
|
+
# Note: The following parameters are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
571
571
|
# @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
|
572
572
|
# Cloud Storage location for the input content.
|
573
573
|
#
|
574
|
-
# Note: The following
|
574
|
+
# Note: The following parameters are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
575
575
|
# @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
|
576
576
|
# BigQuery input source.
|
577
577
|
#
|
578
|
-
# Note: The following
|
578
|
+
# Note: The following parameters are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
579
579
|
# @param parent [::String]
|
580
580
|
# Required. Parent DataStore resource name, of the form
|
581
581
|
# `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}`
|