Class NamespacesResource.ConfigurationsResource.ListRequest
List configurations. Results are sorted by creation time, descending.
Inheritance
NamespacesResource.ConfigurationsResource.ListRequest
Inherited Members
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class NamespacesResource.ConfigurationsResource.ListRequest : CloudRunBaseServiceRequest<ListConfigurationsResponse>, IClientServiceRequest<ListConfigurationsResponse>, 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
Optional. Encoded string to continue paging.
Declaration
[RequestParameter("continue", RequestParameterType.Query)]
public virtual string Continue { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldSelector
Not supported by Cloud Run.
Declaration
[RequestParameter("fieldSelector", RequestParameterType.Query)]
public virtual string FieldSelector { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IncludeUninitialized
Not supported by Cloud Run.
Declaration
[RequestParameter("includeUninitialized", RequestParameterType.Query)]
public virtual bool? IncludeUninitialized { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |
---|---|
string |
Limit
Optional. The maximum number of the 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
The namespace from which the configurations should be listed. For Cloud Run, replace {namespace_id} with the project ID or number.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
ResourceVersion
Not supported by Cloud Run.
Declaration
[RequestParameter("resourceVersion", RequestParameterType.Query)]
public virtual string ResourceVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Watch
Not supported by Cloud Run.
Declaration
[RequestParameter("watch", RequestParameterType.Query)]
public virtual bool? Watch { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()