Reference documentation and code samples for the Cloud KMS V1 Client class GetKeyHandleRequest.
Request message for GetKeyHandle .
Generated from protobuf message google.cloud.kms.v1.GetKeyHandleRequest
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the KeyHandle
resource, e.g. projects/{PROJECT_ID}/locations/{LOCATION}/keyHandles/{KEY_HANDLE_ID}
.
getName
Required. Name of the KeyHandle resource, e.g.
projects/{PROJECT_ID}/locations/{LOCATION}/keyHandles/{KEY_HANDLE_ID}
.
string
setName
Required. Name of the KeyHandle resource, e.g.
projects/{PROJECT_ID}/locations/{LOCATION}/keyHandles/{KEY_HANDLE_ID}
.
var
string
$this
static::build
name
string
Required. Name of the KeyHandle
resource,
e.g. projects/{PROJECT_ID}/locations/{LOCATION}/keyHandles/{KEY_HANDLE_ID}
. Please see Google\Cloud\Kms\V1\AutokeyClient::keyHandleName()
for help formatting this field.