Class AppsResource.ListRuntimesRequest
Lists all the available runtimes for the application.
Inheritance
AppsResource.ListRuntimesRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class AppsResource.ListRuntimesRequest : AppengineBaseServiceRequest<ListRuntimesResponse>, IClientServiceRequest<ListRuntimesResponse>, IClientServiceRequest
Constructors
ListRuntimesRequest(IClientService, string)
Constructs a new ListRuntimes request.
Declaration
public ListRuntimesRequest(IClientService service, string appsId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | appsId |
Properties
AppsId
Part of parent
. Required. Name of the parent Application resource. Example: apps/myapp.
Declaration
[RequestParameter("appsId", RequestParameterType.Path)]
public virtual string AppsId { get; }
Property Value
Type | Description |
---|---|
string |
Environment
Optional. The environment of the Application.
Declaration
[RequestParameter("environment", RequestParameterType.Query)]
public virtual AppsResource.ListRuntimesRequest.EnvironmentEnum? Environment { get; set; }
Property Value
Type | Description |
---|---|
AppsResource.ListRuntimesRequest.EnvironmentEnum? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ListRuntimes parameter list.
Declaration
protected override void InitParameters()