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.
Implements
IMessageListBuildsResponse, IEquatableListBuildsResponse, IDeepCloneableListBuildsResponse, IBufferMessage, IMessage, IPageResponseBuild, IEnumerableBuild, IEnumerableNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
ListBuildsResponse()
public ListBuildsResponse()
ListBuildsResponse(ListBuildsResponse)
public ListBuildsResponse(ListBuildsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListBuildsResponse |
Properties
Builds
public RepeatedField<Build> Builds { get; }
Builds will be sorted by create_time
, descending.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Build> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorBuild |