Cloud Run Admin v2 API - Class ListWorkerPoolsRequest (2.16.0)

public sealed class ListWorkerPoolsRequest : IMessage<ListWorkerPoolsRequest>, IEquatable<ListWorkerPoolsRequest>, IDeepCloneable<ListWorkerPoolsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Run Admin v2 API class ListWorkerPoolsRequest.

Request message for retrieving a list of WorkerPools.

Inheritance

object > ListWorkerPoolsRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

ListWorkerPoolsRequest()

public ListWorkerPoolsRequest()

ListWorkerPoolsRequest(ListWorkerPoolsRequest)

public ListWorkerPoolsRequest(ListWorkerPoolsRequest other)
Parameter
Name Description
other ListWorkerPoolsRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of WorkerPools to return in this call.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

A page token received from a previous call to ListWorkerPools. All other parameters must match.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The location and project to list resources on. Location must be a valid Google Cloud region, and cannot be the "-" wildcard. Format: projects/{project}/locations/{location}, where {project} can be project id or number.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

ShowDeleted

public bool ShowDeleted { get; set; }

If true, returns deleted (but unexpired) resources along with active ones.

Property Value
Type Description
bool