Class: Google::Cloud::Dlp::V2::ListDlpJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ListDlpJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The response message for listing DLP jobs.
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array<::Google::Cloud::Dlp::V2::DlpJob>
A list of DlpJobs that matches the specified filter in the request.
-
#next_page_token ⇒ ::String
The standard List next-page token.
Instance Attribute Details
#jobs ⇒ ::Array<::Google::Cloud::Dlp::V2::DlpJob>
Returns A list of DlpJobs that matches the specified filter in the request.
5488 5489 5490 5491 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5488 class ListDlpJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The standard List next-page token.
5488 5489 5490 5491 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5488 class ListDlpJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |