Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ListDlpJobsResponse.
The response message for listing DLP jobs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#jobs
def jobs() -> ::Array<::Google::Cloud::Dlp::V2::DlpJob>
Returns
- (::Array<::Google::Cloud::Dlp::V2::DlpJob>) — A list of DlpJobs that matches the specified filter in the request.
#jobs=
def jobs=(value) -> ::Array<::Google::Cloud::Dlp::V2::DlpJob>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::DlpJob>) — A list of DlpJobs that matches the specified filter in the request.
Returns
- (::Array<::Google::Cloud::Dlp::V2::DlpJob>) — A list of DlpJobs that matches the specified filter in the request.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The standard List next-page token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The standard List next-page token.
Returns
- (::String) — The standard List next-page token.