Class: Google::Cloud::DiscoveryEngine::V1beta::DeleteCmekConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/cmek_config_service.rb

Overview

Request message for CmekConfigService.DeleteCmekConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the CmekConfig to delete, such as projects/{project}/locations/{location}/cmekConfigs/{cmek_config}.

Returns:

  • (::String)

    Required. The resource name of the CmekConfig to delete, such as projects/{project}/locations/{location}/cmekConfigs/{cmek_config}.



205
206
207
208
# File 'proto_docs/google/cloud/discoveryengine/v1beta/cmek_config_service.rb', line 205

class DeleteCmekConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end