Show / Hide Table of Contents

Class NamespacesResource.RoutesResource

The "routes" collection of methods.

Inheritance
object
NamespacesResource.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 NamespacesResource.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 NamespacesResource.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
NamespacesResource.RoutesResource.GetRequest

List(string)

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

Declaration
public virtual NamespacesResource.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
NamespacesResource.RoutesResource.ListRequest
In this article
Back to top Generated by DocFX