You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/discoveryengine_v1.projects.locations.collections.dataStores.html
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -312,9 +312,9 @@ <h3>Method Details</h3>
312
312
"industryVertical": "A String", # Immutable. The industry vertical that the data store registers.
313
313
"isInfobotFaqDataStore": True or False, # Optional. If set, this DataStore is an Infobot FAQ DataStore.
314
314
"kmsKeyName": "A String", # Input only. The KMS key to be used to protect this DataStore at creation time. Must be set for requests that need to comply with CMEK Org Policy protections. If this field is set and processed successfully, the DataStore will be protected by the KMS key, as indicated in the cmek_config field.
315
-
"name": "A String", # Immutable. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
315
+
"name": "A String", # Immutable. Identifier. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
316
316
"servingConfigDataStore": { # Stores information regarding the serving configurations at DataStore level. # Optional. Stores serving config at DataStore level.
317
-
"disabledForServing": True or False, # If set true, the DataStore will not be available for serving search requests.
317
+
"disabledForServing": True or False, # Optional. If set true, the DataStore will not be available for serving search requests.
318
318
},
319
319
"solutionTypes": [ # The solutions that the data store enrolls. Available solutions for each industry_vertical: * `MEDIA`: `SOLUTION_TYPE_RECOMMENDATION` and `SOLUTION_TYPE_SEARCH`. * `SITE_SEARCH`: `SOLUTION_TYPE_SEARCH` is automatically enrolled. Other solutions cannot be enrolled.
320
320
"A String",
@@ -514,9 +514,9 @@ <h3>Method Details</h3>
514
514
"industryVertical": "A String", # Immutable. The industry vertical that the data store registers.
515
515
"isInfobotFaqDataStore": True or False, # Optional. If set, this DataStore is an Infobot FAQ DataStore.
516
516
"kmsKeyName": "A String", # Input only. The KMS key to be used to protect this DataStore at creation time. Must be set for requests that need to comply with CMEK Org Policy protections. If this field is set and processed successfully, the DataStore will be protected by the KMS key, as indicated in the cmek_config field.
517
-
"name": "A String", # Immutable. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
517
+
"name": "A String", # Immutable. Identifier. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
518
518
"servingConfigDataStore": { # Stores information regarding the serving configurations at DataStore level. # Optional. Stores serving config at DataStore level.
519
-
"disabledForServing": True or False, # If set true, the DataStore will not be available for serving search requests.
519
+
"disabledForServing": True or False, # Optional. If set true, the DataStore will not be available for serving search requests.
520
520
},
521
521
"solutionTypes": [ # The solutions that the data store enrolls. Available solutions for each industry_vertical: * `MEDIA`: `SOLUTION_TYPE_RECOMMENDATION` and `SOLUTION_TYPE_SEARCH`. * `SITE_SEARCH`: `SOLUTION_TYPE_SEARCH` is automatically enrolled. Other solutions cannot be enrolled.
522
522
"A String",
@@ -672,9 +672,9 @@ <h3>Method Details</h3>
672
672
"industryVertical": "A String", # Immutable. The industry vertical that the data store registers.
673
673
"isInfobotFaqDataStore": True or False, # Optional. If set, this DataStore is an Infobot FAQ DataStore.
674
674
"kmsKeyName": "A String", # Input only. The KMS key to be used to protect this DataStore at creation time. Must be set for requests that need to comply with CMEK Org Policy protections. If this field is set and processed successfully, the DataStore will be protected by the KMS key, as indicated in the cmek_config field.
675
-
"name": "A String", # Immutable. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
675
+
"name": "A String", # Immutable. Identifier. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
676
676
"servingConfigDataStore": { # Stores information regarding the serving configurations at DataStore level. # Optional. Stores serving config at DataStore level.
677
-
"disabledForServing": True or False, # If set true, the DataStore will not be available for serving search requests.
677
+
"disabledForServing": True or False, # Optional. If set true, the DataStore will not be available for serving search requests.
678
678
},
679
679
"solutionTypes": [ # The solutions that the data store enrolls. Available solutions for each industry_vertical: * `MEDIA`: `SOLUTION_TYPE_RECOMMENDATION` and `SOLUTION_TYPE_SEARCH`. * `SITE_SEARCH`: `SOLUTION_TYPE_SEARCH` is automatically enrolled. Other solutions cannot be enrolled.
680
680
"A String",
@@ -717,7 +717,7 @@ <h3>Method Details</h3>
717
717
<pre>Updates a DataStore
718
718
719
719
Args:
720
-
name: string, Immutable. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters. (required)
720
+
name: string, Immutable. Identifier. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters. (required)
721
721
body: object, The request body.
722
722
The object takes the form of:
723
723
@@ -818,9 +818,9 @@ <h3>Method Details</h3>
818
818
"industryVertical": "A String", # Immutable. The industry vertical that the data store registers.
819
819
"isInfobotFaqDataStore": True or False, # Optional. If set, this DataStore is an Infobot FAQ DataStore.
820
820
"kmsKeyName": "A String", # Input only. The KMS key to be used to protect this DataStore at creation time. Must be set for requests that need to comply with CMEK Org Policy protections. If this field is set and processed successfully, the DataStore will be protected by the KMS key, as indicated in the cmek_config field.
821
-
"name": "A String", # Immutable. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
821
+
"name": "A String", # Immutable. Identifier. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
822
822
"servingConfigDataStore": { # Stores information regarding the serving configurations at DataStore level. # Optional. Stores serving config at DataStore level.
823
-
"disabledForServing": True or False, # If set true, the DataStore will not be available for serving search requests.
823
+
"disabledForServing": True or False, # Optional. If set true, the DataStore will not be available for serving search requests.
824
824
},
825
825
"solutionTypes": [ # The solutions that the data store enrolls. Available solutions for each industry_vertical: * `MEDIA`: `SOLUTION_TYPE_RECOMMENDATION` and `SOLUTION_TYPE_SEARCH`. * `SITE_SEARCH`: `SOLUTION_TYPE_SEARCH` is automatically enrolled. Other solutions cannot be enrolled.
826
826
"A String",
@@ -946,9 +946,9 @@ <h3>Method Details</h3>
946
946
"industryVertical": "A String", # Immutable. The industry vertical that the data store registers.
947
947
"isInfobotFaqDataStore": True or False, # Optional. If set, this DataStore is an Infobot FAQ DataStore.
948
948
"kmsKeyName": "A String", # Input only. The KMS key to be used to protect this DataStore at creation time. Must be set for requests that need to comply with CMEK Org Policy protections. If this field is set and processed successfully, the DataStore will be protected by the KMS key, as indicated in the cmek_config field.
949
-
"name": "A String", # Immutable. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
949
+
"name": "A String", # Immutable. Identifier. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
950
950
"servingConfigDataStore": { # Stores information regarding the serving configurations at DataStore level. # Optional. Stores serving config at DataStore level.
951
-
"disabledForServing": True or False, # If set true, the DataStore will not be available for serving search requests.
951
+
"disabledForServing": True or False, # Optional. If set true, the DataStore will not be available for serving search requests.
952
952
},
953
953
"solutionTypes": [ # The solutions that the data store enrolls. Available solutions for each industry_vertical: * `MEDIA`: `SOLUTION_TYPE_RECOMMENDATION` and `SOLUTION_TYPE_SEARCH`. * `SITE_SEARCH`: `SOLUTION_TYPE_SEARCH` is automatically enrolled. Other solutions cannot be enrolled.
0 commit comments