Class: Google::Cloud::Dlp::V2::ListJobTriggersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ListJobTriggersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Response message for ListJobTriggers.
Instance Attribute Summary collapse
-
#job_triggers ⇒ ::Array<::Google::Cloud::Dlp::V2::JobTrigger>
List of triggeredJobs, up to page_size in ListJobTriggersRequest.
-
#next_page_token ⇒ ::String
If the next page is available then this value is the next page token to be used in the following ListJobTriggers request.
Instance Attribute Details
#job_triggers ⇒ ::Array<::Google::Cloud::Dlp::V2::JobTrigger>
Returns List of triggeredJobs, up to page_size in ListJobTriggersRequest.
4018 4019 4020 4021 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4018 class ListJobTriggersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If the next page is available then this value is the next page token to be used in the following ListJobTriggers request.
4018 4019 4020 4021 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4018 class ListJobTriggersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |