Class: Google::Cloud::Eventarc::V1::ListPipelinesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::ListPipelinesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The response message for the ListPipelines method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A page token that can be sent to
ListPipelines
to request the next page. -
#pipelines ⇒ ::Array<::Google::Cloud::Eventarc::V1::Pipeline>
The requested pipelines, up to the number specified in
page_size
. -
#unreachable ⇒ ::Array<::String>
Unreachable resources, if any.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A page token that can be sent to ListPipelines
to request the next
page. If this is empty, then there are no more pages.
719 720 721 722 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 719 class ListPipelinesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pipelines ⇒ ::Array<::Google::Cloud::Eventarc::V1::Pipeline>
Returns The requested pipelines, up to the number specified in page_size
.
719 720 721 722 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 719 class ListPipelinesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unreachable resources, if any.
719 720 721 722 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 719 class ListPipelinesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |