public sealed class ListDeliveryPipelinesResponse : IMessage<ListDeliveryPipelinesResponse>, IEquatable<ListDeliveryPipelinesResponse>, IDeepCloneable<ListDeliveryPipelinesResponse>, IBufferMessage, IMessage, IPageResponse<DeliveryPipeline>, IEnumerable<DeliveryPipeline>, IEnumerable
Reference documentation and code samples for the Google Cloud Deploy v1 API class ListDeliveryPipelinesResponse.
The response object from ListDeliveryPipelines
.
Implements
IMessageListDeliveryPipelinesResponse, IEquatableListDeliveryPipelinesResponse, IDeepCloneableListDeliveryPipelinesResponse, IBufferMessage, IMessage, IPageResponseDeliveryPipeline, IEnumerableDeliveryPipeline, IEnumerableNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ListDeliveryPipelinesResponse()
public ListDeliveryPipelinesResponse()
ListDeliveryPipelinesResponse(ListDeliveryPipelinesResponse)
public ListDeliveryPipelinesResponse(ListDeliveryPipelinesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDeliveryPipelinesResponse |
Properties
DeliveryPipelines
public RepeatedField<DeliveryPipeline> DeliveryPipelines { get; }
The DeliveryPipeline
objects.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDeliveryPipeline |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<DeliveryPipeline> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDeliveryPipeline |