Class: Google::Cloud::DiscoveryEngine::V1::ListCmekConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ListCmekConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb
Overview
Request message for CmekConfigService.ListCmekConfigs method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
174 175 176 177 |
# File 'proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb', line 174 class ListCmekConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |