Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class SingleRegionKey.
Metadata for single-regional CMEKs.
Generated from protobuf message google.cloud.discoveryengine.v1.SingleRegionKey
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kms_key |
string
Required. Single-regional kms key resource name which will be used to encrypt resources |
getKmsKey
Required. Single-regional kms key resource name which will be used to
encrypt resources
projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{keyId}
.
Returns | |
---|---|
Type | Description |
string |
setKmsKey
Required. Single-regional kms key resource name which will be used to
encrypt resources
projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{keyId}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |