Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SupportedRuntimesResource

The "supportedRuntimes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SupportedRuntimesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX