Class ListDeliveryPipelinesResponse (1.4.0)

ListDeliveryPipelinesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The response object from ListDeliveryPipelines.

Attributes

NameDescription
delivery_pipelines Sequence[google.cloud.deploy_v1.types.DeliveryPipeline]
The ``DeliveryPipeline`` objects.
next_page_token str
A token, which can be sent as ``page_token`` to retrieve the next page. If this field is omitted, there are no subsequent pages.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListDeliveryPipelinesResponse