Class ProjectsResource.LocationsResource.ServicesResource.ListRequest
Rpc to list services.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudRun.v1alpha1
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class ListRequest : CloudRunBaseServiceRequest<ListServicesResponse>, IClientServiceRequest<ListServicesResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, String)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | parent |
Properties
Continue
Optional encoded string to continue paging.
Declaration
[RequestParameter("continue", RequestParameterType.Query)]
public virtual string Continue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FieldSelector
Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.
Declaration
[RequestParameter("fieldSelector", RequestParameterType.Query)]
public virtual string FieldSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
IncludeUninitialized
Not currently used by Cloud Run.
Declaration
[RequestParameter("includeUninitialized", RequestParameterType.Query)]
public virtual bool? IncludeUninitialized { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
LabelSelector
Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.
Declaration
[RequestParameter("labelSelector", RequestParameterType.Query)]
public virtual string LabelSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int32> |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Parent
The project ID or project number from which the services should be listed.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceVersion
The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.
Declaration
[RequestParameter("resourceVersion", RequestParameterType.Query)]
public virtual string ResourceVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Watch
Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.
Declaration
[RequestParameter("watch", RequestParameterType.Query)]
public virtual bool? Watch { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()