Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class GetCmekConfigRequest.
Request message for GetCmekConfigRequest method.
Generated from protobuf message google.cloud.discoveryengine.v1.GetCmekConfigRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Resource name of CmekConfig
, such as projects/*/locations/*/cmekConfig
or projects/*/locations/*/cmekConfigs/*
. If the caller does not have permission to access the CmekConfig
, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
getName
Required. Resource name of CmekConfig
, such as projects/*/locations/*/cmekConfig
or projects/*/locations/*/cmekConfigs/*
.
If the caller does not have permission to access the CmekConfig , regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
string
setName
Required. Resource name of CmekConfig
, such as projects/*/locations/*/cmekConfig
or projects/*/locations/*/cmekConfigs/*
.
If the caller does not have permission to access the CmekConfig , regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
var
string
$this
static::build
name
string
Required. Resource name of CmekConfig
, such as projects/*/locations/*/cmekConfig
or projects/*/locations/*/cmekConfigs/*
.
If the caller does not have permission to access the CmekConfig , regardless of whether or not it exists, a PERMISSION_DENIED error is returned. Please see CmekConfigServiceClient::cmekConfigName() for help formatting this field.