Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RuntimesResource

The "runtimes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RuntimesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudFunctions.v2
Assembly: Google.Apis.CloudFunctions.v2.dll
Syntax
public class ProjectsResource.LocationsResource.RuntimesResource

Constructors

RuntimesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Returns a list of runtimes that are supported for the requested project.

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

Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*

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