Class: Google::Cloud::Dlp::V2::DeleteDiscoveryConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Request message for DeleteDiscoveryConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the project and the config, for example projects/dlp-test-project/discoveryConfigs/53234423.

Returns:

  • (::String)

    Required. Resource name of the project and the config, for example projects/dlp-test-project/discoveryConfigs/53234423.



3824
3825
3826
3827
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3824

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