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 |
Properties
Versions
Gets the Versions resource.
Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource Versions { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource |
Methods
Delete(string, string, string, string)
Deletes the specified service and all enclosed versions.
Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.DeleteRequest Delete(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.DeleteRequest |
Patch(Service, string, string, string, string)
Updates the configuration of the specified service.
Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.PatchRequest Patch(Service body, string projectsId, string locationsId, string applicationsId, string servicesId)
Parameters
| Type | Name | Description |
|---|---|---|
| Service | body | The body of the request. |
| string | projectsId | Part of |
| string | locationsId | Part of |
| string | applicationsId | Part of |
| string | servicesId | Part of |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.PatchRequest |