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

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListCmekConfigsRequest.

Request message for CmekConfigService.ListCmekConfigs method.

Generated from protobuf message google.cloud.discoveryengine.v1.ListCmekConfigsRequest

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent location resource name, such as projects/{project}/locations/{location}. If the caller does not have permission to list CmekConfigs under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.

getParent

Required. The parent location resource name, such as projects/{project}/locations/{location}.

If the caller does not have permission to list CmekConfigs under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.

Returns
Type Description
string

setParent

Required. The parent location resource name, such as projects/{project}/locations/{location}.

If the caller does not have permission to list CmekConfigs under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent location resource name, such as projects/{project}/locations/{location}.

If the caller does not have permission to list CmekConfigs under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned. Please see CmekConfigServiceClient::locationName() for help formatting this field.

Returns
Type Description
ListCmekConfigsRequest