Class: Google::Cloud::Eventarc::V1::ListTriggersResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/eventarc/v1/eventarc.rb

Overview

The response message for the ListTriggers method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A page token that can be sent to ListTriggers to request the next page. If this is empty, then there are no more pages.

Returns:

  • (::String)

    A page token that can be sent to ListTriggers to request the next page. If this is empty, then there are no more pages.



76
77
78
79
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 76

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

#triggers::Array<::Google::Cloud::Eventarc::V1::Trigger>

Returns The requested triggers, up to the number specified in page_size.

Returns:



76
77
78
79
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 76

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

#unreachable::Array<::String>

Returns Unreachable resources, if any.

Returns:

  • (::Array<::String>)

    Unreachable resources, if any.



76
77
78
79
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 76

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