Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServicesResource.ListRequest

Lists Services. Results are sorted by creation time, descending.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>
ProjectsResource.LocationsResource.ServicesResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudRunV2ListServicesResponse>
IClientServiceRequest
Inherited Members
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.Xgafv
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.AccessToken
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.Alt
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.Callback
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.Fields
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.Key
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.OauthToken
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.PrettyPrint
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.QuotaUser
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.UploadType
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.Execute()
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.GetBody()
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.ETagAction
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.ApiVersion
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.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.v2
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.ListRequest : CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>, IClientServiceRequest<GoogleCloudRunV2ListServicesResponse>, 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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.MethodName

PageSize

Maximum number of Services to return in this call.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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.

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
ClientServiceRequest<GoogleCloudRunV2ListServicesResponse>.RestPath

ShowDeleted

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

Declaration
[RequestParameter("showDeleted", RequestParameterType.Query)]
public virtual bool? ShowDeleted { get; set; }
Property Value
Type Description
bool?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudRunBaseServiceRequest<GoogleCloudRunV2ListServicesResponse>.InitParameters()

Implements

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