Reference documentation and code samples for the Google Cloud Vector Search V1 Client class EncryptionSpec.
Represents a customer-managed encryption key specification that can be applied to a Vector Search collection.
Generated from protobuf message google.cloud.vectorsearch.v1.EncryptionSpec
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ crypto_key_name
string
Required. Resource name of the Cloud KMS key used to protect the resource. The Cloud KMS key must be in the same region as the resource. It must have the format projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
getCryptoKeyName
Required. Resource name of the Cloud KMS key used to protect the resource.
The Cloud KMS key must be in the same region as the resource. It must have
the format projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
string
setCryptoKeyName
Required. Resource name of the Cloud KMS key used to protect the resource.
The Cloud KMS key must be in the same region as the resource. It must have
the format projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
var
string
$this

