public sealed class ListWorkerPoolsResponse : IMessage<ListWorkerPoolsResponse>, IEquatable<ListWorkerPoolsResponse>, IDeepCloneable<ListWorkerPoolsResponse>, IBufferMessage, IMessage, IPageResponse<WorkerPool>, IEnumerable<WorkerPool>, IEnumerableReference documentation and code samples for the Cloud Build v1 API class ListWorkerPoolsResponse.
Response containing existing WorkerPools.
Implements
IMessageListWorkerPoolsResponse, IEquatableListWorkerPoolsResponse, IDeepCloneableListWorkerPoolsResponse, IBufferMessage, IMessage, IPageResponseWorkerPool, IEnumerableWorkerPool, IEnumerableNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
ListWorkerPoolsResponse()
public ListWorkerPoolsResponse()ListWorkerPoolsResponse(ListWorkerPoolsResponse)
public ListWorkerPoolsResponse(ListWorkerPoolsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListWorkerPoolsResponse |
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 | |
|---|---|
| Type | Description |
string |
|
WorkerPools
public RepeatedField<WorkerPool> WorkerPools { get; }WorkerPools for the specified project.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldWorkerPool |
|
Methods
GetEnumerator()
public IEnumerator<WorkerPool> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorWorkerPool |
|