Class ProjectsResource.LocationsResource.ApplicationsResource.GetRequest
Gets information about an application.
Inheritance
ProjectsResource.LocationsResource.ApplicationsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource.GetRequest : AppengineBaseServiceRequest<Application>, IClientServiceRequest<Application>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string projectsId, string locationsId, string applicationsId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | projectsId | |
| string | locationsId | |
| string | applicationsId |
Properties
ApplicationsId
Part of name. See documentation of projectsId.
Declaration
[RequestParameter("applicationsId", RequestParameterType.Path)]
public virtual string ApplicationsId { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1.Data.Application>.HttpMethod
LocationsId
Part of name. See documentation of projectsId.
Declaration
[RequestParameter("locationsId", RequestParameterType.Path)]
public virtual string LocationsId { get; }
Property Value
| Type | Description |
|---|---|
| string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1.Data.Application>.MethodName
ProjectsId
Part of name. Name of the Application resource to get. Example: apps/myapp.
Declaration
[RequestParameter("projectsId", RequestParameterType.Path)]
public virtual string ProjectsId { get; }
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.v1.Data.Application>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()