Google Cloud Deploy v1 API - Class ListReleasesResponse (2.15.0)

public sealed class ListReleasesResponse : IMessage<ListReleasesResponse>, IEquatable<ListReleasesResponse>, IDeepCloneable<ListReleasesResponse>, IBufferMessage, IMessage, IPageResponse<Release>, IEnumerable<Release>, IEnumerable

Reference documentation and code samples for the Google Cloud Deploy v1 API class ListReleasesResponse.

The response object from ListReleases.

Inheritance

object > ListReleasesResponse

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ListReleasesResponse()

public ListReleasesResponse()

ListReleasesResponse(ListReleasesResponse)

public ListReleasesResponse(ListReleasesResponse other)
Parameter
NameDescription
otherListReleasesResponse

Properties

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

Releases

public RepeatedField<Release> Releases { get; }

The Release objects.

Property Value
TypeDescription
RepeatedFieldRelease

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Release> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorRelease