Class: Google::Cloud::Dlp::V2::ListJobTriggersResponse

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

Instance Attribute Details

#job_triggers::Array<::Google::Cloud::Dlp::V2::JobTrigger>

Returns List of triggeredJobs, up to page_size in ListJobTriggersRequest.

Returns:



3939
3940
3941
3942
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3939

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.

Returns:

  • (::String)

    If the next page is available then this value is the next page token to be used in the following ListJobTriggers request.



3939
3940
3941
3942
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3939

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