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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent location resource name, such as |
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
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 |