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.AppHub.v1
Assembly: Google.Apis.AppHub.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

Create(Service, string)

Creates a Service in an Application.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.CreateRequest Create(Service body, string parent)
Parameters
Type Name Description
Service body

The body of the request.

string parent

Required. Fully qualified name of the parent Application to create the Service in. Expected format: projects/{project}/locations/{location}/applications/{application}.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.CreateRequest

Delete(string)

Deletes a Service from an Application.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Fully qualified name of the Service to delete from an Application. Expected format: projects/{project}/locations/{location}/applications/{application}/services/{service}.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.DeleteRequest

Get(string)

Gets a Service in an Application.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Fully qualified name of the Service to fetch. Expected format: projects/{project}/locations/{location}/applications/{application}/services/{service}.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.GetRequest

List(string)

Lists Services in an Application.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Fully qualified name of the parent Application to list Services for. Expected format: projects/{project}/locations/{location}/applications/{application}.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.ListRequest

Patch(Service, string)

Updates a Service in an Application.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.PatchRequest Patch(Service body, string name)
Parameters
Type Name Description
Service body

The body of the request.

string name

Identifier. The resource name of a Service. Format: "projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}"

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