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 \ V1Methods
__construct
Constructor.
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 CmekConfig
s 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 CmekConfig s under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.
string
setParent
Required. The parent location resource name, such as projects/{project}/locations/{location}
.
If the caller does not have permission to list CmekConfig s under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.
var
string
$this
static::build
parent
string
Required. The parent location resource name, such as projects/{project}/locations/{location}
.
If the caller does not have permission to list CmekConfig s 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.