Cloud Build v1 API - Class ListBuildsResponse (2.9.0)

public sealed class ListBuildsResponse : IMessage<ListBuildsResponse>, IEquatable<ListBuildsResponse>, IDeepCloneable<ListBuildsResponse>, IBufferMessage, IMessage, IPageResponse<Build>, IEnumerable<Build>, IEnumerable

Reference documentation and code samples for the Cloud Build v1 API class ListBuildsResponse.

Response including listed builds.

Inheritance

object > ListBuildsResponse

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

ListBuildsResponse()

public ListBuildsResponse()

ListBuildsResponse(ListBuildsResponse)

public ListBuildsResponse(ListBuildsResponse other)
Parameter
NameDescription
otherListBuildsResponse

Properties

Builds

public RepeatedField<Build> Builds { get; }

Builds will be sorted by create_time, descending.

Property Value
TypeDescription
RepeatedFieldBuild

NextPageToken

public string NextPageToken { get; set; }

Token to receive the next page of results. This will be absent if the end of the response list has been reached.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Build> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorBuild