Show / Hide Table of Contents

Class AppsResource.ServicesResource

The "services" collection of methods.

Inheritance
object
AppsResource.ServicesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1
Assembly: Google.Apis.Appengine.v1.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 name. Name of the resource requested. Example: apps/myapp/services/default.

string servicesId

Part of name. See documentation of appsId.

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 name. Name of the resource requested. Example: apps/myapp/services/default.

string servicesId

Part of name. See documentation of appsId.

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 parent. Name of the parent Application resource. Example: apps/myapp.

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 name. Name of the resource to update. Example: apps/myapp/services/default.

string servicesId

Part of name. See documentation of appsId.

Returns
Type Description
AppsResource.ServicesResource.PatchRequest
In this article
Back to top Generated by DocFX