Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::ListPipelinesResponse.
The response message for the ListPipelines method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - 
        (::String) — A page token that can be sent to 
ListPipelinesto request the next page. If this is empty, then there are no more pages. 
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — A page token that can be sent to 
ListPipelinesto request the next page. If this is empty, then there are no more pages. 
    Returns
    
  - 
        (::String) — A page token that can be sent to 
ListPipelinesto request the next page. If this is empty, then there are no more pages. 
#pipelines
def pipelines() -> ::Array<::Google::Cloud::Eventarc::V1::Pipeline>
    Returns
    
  - 
        (::Array<::Google::Cloud::Eventarc::V1::Pipeline>) — The requested pipelines, up to the number specified in 
page_size. 
#pipelines=
def pipelines=(value) -> ::Array<::Google::Cloud::Eventarc::V1::Pipeline>
    Parameter
    
  - 
        value (::Array<::Google::Cloud::Eventarc::V1::Pipeline>) — The requested pipelines, up to the number specified in 
page_size. 
    Returns
    
  - 
        (::Array<::Google::Cloud::Eventarc::V1::Pipeline>) — The requested pipelines, up to the number specified in 
page_size. 
#unreachable
def unreachable() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — Unreachable resources, if any.
 
#unreachable=
def unreachable=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — Unreachable resources, if any.
 
    Returns
    
- (::Array<::String>) — Unreachable resources, if any.