Class AppsResource.ServicesResource
The "services" collection of methods.
Inherited Members
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class AppsResource.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 AppsResource.ServicesResource.VersionsResource Versions { get; }
Property Value
Type | Description |
---|---|
AppsResource.ServicesResource.VersionsResource |
Methods
Delete(string, string)
Deletes the specified service and all enclosed versions.
Declaration
public virtual AppsResource.ServicesResource.DeleteRequest Delete(string appsId, string servicesId)
Parameters
Type | Name | Description |
---|---|---|
string | appsId | Part of |
string | servicesId | Part of |
Returns
Type | Description |
---|---|
AppsResource.ServicesResource.DeleteRequest |
Get(string, string)
Gets the current configuration of the specified service.
Declaration
public virtual AppsResource.ServicesResource.GetRequest Get(string appsId, string servicesId)
Parameters
Type | Name | Description |
---|---|---|
string | appsId | Part of |
string | servicesId | Part of |
Returns
Type | Description |
---|---|
AppsResource.ServicesResource.GetRequest |
List(string)
Lists all the services in the application.
Declaration
public virtual AppsResource.ServicesResource.ListRequest List(string appsId)
Parameters
Type | Name | Description |
---|---|---|
string | appsId | Part of |
Returns
Type | Description |
---|---|
AppsResource.ServicesResource.ListRequest |
Patch(Service, string, string)
Updates the configuration of the specified service.
Declaration
public virtual AppsResource.ServicesResource.PatchRequest Patch(Service body, string appsId, string servicesId)
Parameters
Type | Name | Description |
---|---|---|
Service | body | The body of the request. |
string | appsId | Part of |
string | servicesId | Part of |
Returns
Type | Description |
---|---|
AppsResource.ServicesResource.PatchRequest |