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
.
Implements
IMessage<ListWorkerPoolsResponse>, IEquatable<ListWorkerPoolsResponse>, IDeepCloneable<ListWorkerPoolsResponse>, IBufferMessage, IMessage, IPageResponse<WorkerPool>, IEnumerable<WorkerPool>, 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 |
RepeatedField<WorkerPool> |
Methods
GetEnumerator()
public IEnumerator<WorkerPool> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<WorkerPool> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |