Class NamespacesResource.WorkerpoolsResource.ListRequest
Lists worker pools for the given project and region. Results are sorted by creation time, descending.
Inheritance
NamespacesResource.WorkerpoolsResource.ListRequest
Inherited Members
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class NamespacesResource.WorkerpoolsResource.ListRequest : CloudRunBaseServiceRequest<ListWorkerPoolsResponse>, IClientServiceRequest<ListWorkerPoolsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
Continue
Encoded string to continue paging.
Declaration
[RequestParameter("continue", RequestParameterType.Query)]
public virtual string Continue { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LabelSelector
=, !=, exists, in, and notIn.
Declaration
[RequestParameter("labelSelector", RequestParameterType.Query)]
public virtual string LabelSelector { get; set; }
Property Value
Type | Description |
---|---|
string |
Limit
The maximum number of records that should be returned.
Declaration
[RequestParameter("limit", RequestParameterType.Query)]
public virtual int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The parent from where the resources should be listed. In Cloud Run, it may be one of the
following: * {project_id_or_number}
* namespaces/{project_id_or_number}
*
namespaces/{project_id_or_number}/workerpools
*
projects/{project_id_or_number}/locations/{region}
*
projects/{project_id_or_number}/regions/{region}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()