Class ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource
The "services" collection of methods.
Inherited Members
Namespace: Google.Apis.Appengine.v1
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource
Constructors
ServicesResource(IClientService)
Constructs a new resource.
Declaration
public ServicesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string, string, string)
Gets the current configuration of the specified service.
Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.GetRequest Get(string projectsId, string locationsId, string applicationsId, string servicesId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectsId | Part of |
| string | locationsId | Part of |
| string | applicationsId | Part of |
| string | servicesId | Part of |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.GetRequest |
List(string, string, string)
Lists all the services in the application.
Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.ListRequest List(string projectsId, string locationsId, string applicationsId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectsId | Part of |
| string | locationsId | Part of |
| string | applicationsId | Part of |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.ListRequest |