Show / Hide Table of Contents

Class AppsResource.RuntimesResource

The "runtimes" collection of methods.

Inheritance
object
AppsResource.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.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class AppsResource.RuntimesResource

Constructors

RuntimesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists all the available runtimes for the application.

Declaration
public virtual AppsResource.RuntimesResource.ListRequest List(string appsId)
Parameters
Type Name Description
string appsId

Part of parent. Required. Name of the parent Application resource. Example: apps/myapp.

Returns
Type Description
AppsResource.RuntimesResource.ListRequest
In This Article
Back to top Generated by DocFX