Class AppsResource.RuntimesResource.ListRequest
Lists all the available runtimes for the application.
Inheritance
AppsResource.RuntimesResource.ListRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class AppsResource.RuntimesResource.ListRequest : AppengineBaseServiceRequest<ListRuntimesResponse>, IClientServiceRequest<ListRuntimesResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(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.RuntimesResource.ListRequest.EnvironmentEnum? Environment { get; set; }
Property Value
Type | Description |
---|---|
AppsResource.RuntimesResource.ListRequest.EnvironmentEnum? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.ListRuntimesResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.ListRuntimesResponse>.MethodName
PageSize
Optional. Maximum results to return per page.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Optional. Continuation token for fetching the next page of results.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.ListRuntimesResponse>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()