Class: Google::Cloud::DiscoveryEngine::V1::DeleteCmekConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::DeleteCmekConfigRequest
- 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.DeleteCmekConfig method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the
CmekConfig to delete, such as
projects/{project}/locations/{location}/cmekConfigs/{cmek_config}.
199 200 201 202 |
# File 'proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb', line 199 class DeleteCmekConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |