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

string locationsId

Part of parent. See documentation of projectsId.

string applicationsId

Part of parent. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.ListRequest
In This Article
Back to top Generated by DocFX