Class: Google::Cloud::Dlp::V2::FinishDlpJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::FinishDlpJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The request message for finishing a DLP hybrid job.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the DlpJob resource to be finished.
5506 5507 5508 5509 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5506 class FinishDlpJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |