Cloud Build v1 API - Class ListWorkerPoolsResponse (2.9.0)

public sealed class ListWorkerPoolsResponse : IMessage<ListWorkerPoolsResponse>, IEquatable<ListWorkerPoolsResponse>, IDeepCloneable<ListWorkerPoolsResponse>, IBufferMessage, IMessage, IPageResponse<WorkerPool>, IEnumerable<WorkerPool>, IEnumerable

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

Response containing existing WorkerPools.

Inheritance

object > ListWorkerPoolsResponse

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

ListWorkerPoolsResponse()

public ListWorkerPoolsResponse()

ListWorkerPoolsResponse(ListWorkerPoolsResponse)

public ListWorkerPoolsResponse(ListWorkerPoolsResponse other)
Parameter
NameDescription
otherListWorkerPoolsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Continuation token used to page through large result sets. Provide this value in a subsequent ListWorkerPoolsRequest to return the next page of results.

Property Value
TypeDescription
string

WorkerPools

public RepeatedField<WorkerPool> WorkerPools { get; }

WorkerPools for the specified project.

Property Value
TypeDescription
RepeatedFieldWorkerPool

Methods

GetEnumerator()

public IEnumerator<WorkerPool> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorWorkerPool