Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource

The "services" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ApplicationsResource.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.v1beta
Assembly: Google.Apis.Appengine.v1beta.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 name. Name of the resource requested. Example: apps/myapp/services/default.

string locationsId

Part of name. See documentation of projectsId.

string applicationsId

Part of name. See documentation of projectsId.

string servicesId

Part of name. See documentation of projectsId.

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

string locationsId

Part of name. See documentation of projectsId.

string applicationsId

Part of name. See documentation of projectsId.

string servicesId

Part of name. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.PatchRequest
In this article
Back to top Generated by DocFX