Reference documentation and code samples for the Cloud KMS V1 Client class GetAutokeyConfigRequest.
Request message for GetAutokeyConfig .
Generated from protobuf message google.cloud.kms.v1.GetAutokeyConfigRequest
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the AutokeyConfig
resource, e.g. folders/{FOLDER_NUMBER}/autokeyConfig
or projects/{PROJECT_NUMBER}/autokeyConfig
.
getName
Required. Name of the AutokeyConfig
resource, e.g. folders/{FOLDER_NUMBER}/autokeyConfig
or projects/{PROJECT_NUMBER}/autokeyConfig
.
string
setName
Required. Name of the AutokeyConfig
resource, e.g. folders/{FOLDER_NUMBER}/autokeyConfig
or projects/{PROJECT_NUMBER}/autokeyConfig
.
var
string
$this
static::build
name
string
Required. Name of the AutokeyConfig
resource, e.g. folders/{FOLDER_NUMBER}/autokeyConfig
or projects/{PROJECT_NUMBER}/autokeyConfig
. Please see AutokeyAdminClient::autokeyConfigName()
for help formatting this field.

