Method: projects.locations.cmekConfigs.list
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
GET https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*}/cmekConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
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.
|
Request body
The request body must be empty.
Response body
Response message for CmekConfigService.ListCmekConfigs
method.
If successful, the response body contains data with the following structure:
JSON representation |
{
"cmekConfigs": [
{
object (CmekConfig )
}
]
} |
Fields |
cmekConfigs[] |
object (CmekConfig )
All the customer's CmekConfig s.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
discoveryengine.cmekConfigs.list
For more information, see the IAM documentation.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-03 UTC."],[[["This page details how to list all CmekConfigs associated with a specific project and location using a GET HTTP request."],["The request requires a `parent` path parameter, which is the location resource name in the format `projects/{project}/locations/{location}`."],["The request body must be empty, and upon successful completion, the response body will contain a JSON list of `CmekConfig` objects."],["Access requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.cmekConfigs.list` on the parent resource."],["The URL utilizes gRPC Transcoding syntax for defining the request endpoint, which will return a list of `CmekConfig`s."]]],[]]