Google Cloud Discovery Engine V1 Client - Class DeleteCmekConfigRequest (1.6.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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}.

Returns
Type Description
string

setName

Required. The resource name of the CmekConfig to delete, such as projects/{project}/locations/{location}/cmekConfigs/{cmek_config}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
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.

Returns
Type Description
DeleteCmekConfigRequest