Google Cloud Discovery Engine V1 Client - Class GetCmekConfigRequest (1.11.1)

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

Methods

__construct

Constructor.

Parameter
Name Description
data mixed

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.

Returns
Type Description
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.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

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

Returns
Type Description
GetCmekConfigRequest