Show / Hide Table of Contents

Class NamespacesResource.RoutesResource

The "routes" collection of methods.

Inheritance
System.Object
NamespacesResource.RoutesResource
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class RoutesResource : object

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 NamespacesResource.RoutesResource.GetRequest Get(string name)
Parameters
Type Name Description
System.String name

The name of the route to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number.

Returns
Type Description
NamespacesResource.RoutesResource.GetRequest

List(String)

List routes.

Declaration
public virtual NamespacesResource.RoutesResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

The namespace from which the routes should be listed. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number.

Returns
Type Description
NamespacesResource.RoutesResource.ListRequest
Back to top