Class: Google::Cloud::Deploy::V1::ListDeliveryPipelinesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListDeliveryPipelinesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The response object from ListDeliveryPipelines
.
Instance Attribute Summary collapse
-
#delivery_pipelines ⇒ ::Array<::Google::Cloud::Deploy::V1::DeliveryPipeline>
The
DeliveryPipeline
objects. -
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#delivery_pipelines ⇒ ::Array<::Google::Cloud::Deploy::V1::DeliveryPipeline>
Returns The DeliveryPipeline
objects.
502 503 504 505 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 502 class ListDeliveryPipelinesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
502 503 504 505 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 502 class ListDeliveryPipelinesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
502 503 504 505 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 502 class ListDeliveryPipelinesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |