Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RoutesResource

The "routes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RoutesResource
Inherited Members
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 ProjectsResource.LocationsResource.RoutesResource

Constructors

RoutesResource(IClientService)

Constructs a new resource.

Declaration
public RoutesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Get information about a route.

Declaration
public virtual ProjectsResource.LocationsResource.RoutesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

The name of the route to retrieve. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID

Returns
Type Description
ProjectsResource.LocationsResource.RoutesResource.GetRequest

List(string)

List routes. Results are sorted by creation time, descending.

Declaration
public virtual ProjectsResource.LocationsResource.RoutesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

The namespace from which the routes should be listed. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID

Returns
Type Description
ProjectsResource.LocationsResource.RoutesResource.ListRequest
In this article
Back to top Generated by DocFX