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
* STREAM_UPDATE: user can call indexes.upsertDatapoints/DeleteDatapoints to update the Index and the updates will be applied in corresponding DeployedIndexes in nearly real-time.
254
260
immutable: true
255
261
default_value: "BATCH_UPDATE"
262
+
- name: 'encryptionSpec'
263
+
type: NestedObject
264
+
description:
265
+
Customer-managed encryption key spec for an Index. If set, this Index and all sub-resources of this Index will be secured by this key.
266
+
immutable: true
267
+
properties:
268
+
- name: 'kmsKeyName'
269
+
type: String
270
+
description:
271
+
'Required. The Cloud KMS resource identifier of the customer managed
272
+
encryption key used to protect a resource. Has the form:
0 commit comments