Cloud Run Admin v2 API - Class ListWorkerPoolsResponse (2.16.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 Run Admin v2 API class ListWorkerPoolsResponse.

Response message containing a list of WorkerPools.

Inheritance

object > ListWorkerPoolsResponse

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

ListWorkerPoolsResponse()

public ListWorkerPoolsResponse()

ListWorkerPoolsResponse(ListWorkerPoolsResponse)

public ListWorkerPoolsResponse(ListWorkerPoolsResponse other)
Parameter
Name Description
other ListWorkerPoolsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token indicating there are more items than page_size. Use it in the next ListWorkerPools request to continue.

Property Value
Type Description
string

WorkerPools

public RepeatedField<WorkerPool> WorkerPools { get; }

The resulting list of WorkerPools.

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