Class ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource
The "services" collection of methods.
Inherited Members
Namespace: Google.Apis.AppHub.v1alpha
Assembly: Google.Apis.AppHub.v1alpha.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: |
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:
|
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:
|
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:
|
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:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.PatchRequest |