Class ListDeliveryPipelinesResponse (1.0.0)

public sealed class ListDeliveryPipelinesResponse : IMessage<ListDeliveryPipelinesResponse>, IEquatable<ListDeliveryPipelinesResponse>, IDeepCloneable<ListDeliveryPipelinesResponse>, IBufferMessage, IMessage, IPageResponse<DeliveryPipeline>, IEnumerable<DeliveryPipeline>, IEnumerable

The response object from ListDeliveryPipelines.

Inheritance

Object > ListDeliveryPipelinesResponse

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ListDeliveryPipelinesResponse()

public ListDeliveryPipelinesResponse()

ListDeliveryPipelinesResponse(ListDeliveryPipelinesResponse)

public ListDeliveryPipelinesResponse(ListDeliveryPipelinesResponse other)
Parameter
NameDescription
otherListDeliveryPipelinesResponse

Properties

DeliveryPipelines

public RepeatedField<DeliveryPipeline> DeliveryPipelines { get; }

The DeliveryPipeline objects.

Property Value
TypeDescription
RepeatedField<DeliveryPipeline>

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
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<DeliveryPipeline> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<DeliveryPipeline>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator