Show / Hide Table of Contents

Class NamespacesResource.ServicesResource.ListRequest

Lists services for the given project and region. Results are sorted by creation time, descending.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListServicesResponse>
CloudRunBaseServiceRequest<ListServicesResponse>
NamespacesResource.ServicesResource.ListRequest
Implements
IClientServiceRequest<ListServicesResponse>
IClientServiceRequest
Inherited Members
CloudRunBaseServiceRequest<ListServicesResponse>.Xgafv
CloudRunBaseServiceRequest<ListServicesResponse>.AccessToken
CloudRunBaseServiceRequest<ListServicesResponse>.Alt
CloudRunBaseServiceRequest<ListServicesResponse>.Callback
CloudRunBaseServiceRequest<ListServicesResponse>.Fields
CloudRunBaseServiceRequest<ListServicesResponse>.Key
CloudRunBaseServiceRequest<ListServicesResponse>.OauthToken
CloudRunBaseServiceRequest<ListServicesResponse>.PrettyPrint
CloudRunBaseServiceRequest<ListServicesResponse>.QuotaUser
CloudRunBaseServiceRequest<ListServicesResponse>.UploadType
CloudRunBaseServiceRequest<ListServicesResponse>.UploadProtocol
ClientServiceRequest<ListServicesResponse>.Execute()
ClientServiceRequest<ListServicesResponse>.ExecuteAsStream()
ClientServiceRequest<ListServicesResponse>.ExecuteAsync()
ClientServiceRequest<ListServicesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListServicesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListServicesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListServicesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListServicesResponse>.GenerateRequestUri()
ClientServiceRequest<ListServicesResponse>.GetBody()
ClientServiceRequest<ListServicesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListServicesResponse>.ETagAction
ClientServiceRequest<ListServicesResponse>.ModifyRequest
ClientServiceRequest<ListServicesResponse>.ValidateParameters
ClientServiceRequest<ListServicesResponse>.ApiVersion
ClientServiceRequest<ListServicesResponse>.RequestParameters
ClientServiceRequest<ListServicesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class NamespacesResource.ServicesResource.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
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

FieldSelector

Not supported, and ignored 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
ClientServiceRequest<ListServicesResponse>.HttpMethod

IncludeUninitialized

Not supported, and ignored 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

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
ClientServiceRequest<ListServicesResponse>.MethodName

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}/services * 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

ResourceVersion

Not supported, and ignored 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
ClientServiceRequest<ListServicesResponse>.RestPath

Watch

Not supported, and ignored 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()
Overrides
CloudRunBaseServiceRequest<ListServicesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX