Class ProjectsResource.LocationsResource.SupportedRuntimesResource
The "supportedRuntimes" collection of methods.
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1beta
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.SupportedRuntimesResource
Constructors
SupportedRuntimesResource(IClientService)
Constructs a new resource.
Declaration
public SupportedRuntimesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
Lists the runtimes supported by the backend. The list of runtimes may vary across projects and locations, for example, during staged rollouts of new runtime support.
Declaration
public virtual ProjectsResource.LocationsResource.SupportedRuntimesResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent, which owns this collection of SupportedRuntime. Format: projects/{project}/locations/{location} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SupportedRuntimesResource.ListRequest |