Class: Google::Cloud::Dlp::V2::ListDlpJobsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#jobs::Array<::Google::Cloud::Dlp::V2::DlpJob>

Returns A list of DlpJobs that matches the specified filter in the request.

Returns:



4604
4605
4606
4607
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4604

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

#next_page_token::String

Returns The standard List next-page token.

Returns:

  • (::String)

    The standard List next-page token.



4604
4605
4606
4607
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4604

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