Class ProjectsResource.LocationsResource.RuntimesResource
The "runtimes" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2alpha
Assembly: Google.Apis.CloudFunctions.v2alpha.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
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RuntimesResource.ListRequest |