Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class DeleteCmekConfigRequest.
Request message for CmekConfigService.DeleteCmekConfig method.
Generated from protobuf message google.cloud.discoveryengine.v1.DeleteCmekConfigRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the CmekConfig
to delete, such as projects/{project}/locations/{location}/cmekConfigs/{cmek_config}
.
getName
Required. The resource name of the CmekConfig
to delete, such as projects/{project}/locations/{location}/cmekConfigs/{cmek_config}
.
string
setName
Required. The resource name of the CmekConfig
to delete, such as projects/{project}/locations/{location}/cmekConfigs/{cmek_config}
.
var
string
$this
static::build
name
string
Required. The resource name of the CmekConfig
to delete, such as projects/{project}/locations/{location}/cmekConfigs/{cmek_config}
. Please see CmekConfigServiceClient::cmekConfigName()
for help formatting this field.