Show / Hide Table of Contents

Class NamespacesResource.RoutesResource

The "routes" collection of methods.

Inheritance
System.Object
NamespacesResource.RoutesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class RoutesResource

Constructors

RoutesResource(IClientService)

Constructs a new resource.

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

Methods

Get(String)

Rpc to 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 being retrieved. If needed, replace {namespace_id} with the project ID.

Returns
Type Description
NamespacesResource.RoutesResource.GetRequest

List(String)

Rpc to list routes.

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

The project ID or project number from which the routes should be listed.

Returns
Type Description
NamespacesResource.RoutesResource.ListRequest
Back to top