[BindServiceMethod(typeof(RegionHealthChecks), "BindService")]
public abstract class RegionHealthChecksBase
Base class for server-side implementations of RegionHealthChecks
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
Delete(DeleteRegionHealthCheckRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteRegionHealthCheckRequest request, ServerCallContext context)
Deletes the specified HealthCheck resource.
Parameters | |
---|---|
Name | Description |
request | DeleteRegionHealthCheckRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | The response to send back to the client (wrapped by a task). |
Get(GetRegionHealthCheckRequest, ServerCallContext)
public virtual Task<HealthCheck> Get(GetRegionHealthCheckRequest request, ServerCallContext context)
Returns the specified HealthCheck resource. Gets a list of available health checks by making a list() request.
Parameters | |
---|---|
Name | Description |
request | GetRegionHealthCheckRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<HealthCheck> | The response to send back to the client (wrapped by a task). |
Insert(InsertRegionHealthCheckRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertRegionHealthCheckRequest request, ServerCallContext context)
Creates a HealthCheck resource in the specified project using the data included in the request.
Parameters | |
---|---|
Name | Description |
request | InsertRegionHealthCheckRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | The response to send back to the client (wrapped by a task). |
List(ListRegionHealthChecksRequest, ServerCallContext)
public virtual Task<HealthCheckList> List(ListRegionHealthChecksRequest request, ServerCallContext context)
Retrieves the list of HealthCheck resources available to the specified project.
Parameters | |
---|---|
Name | Description |
request | ListRegionHealthChecksRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<HealthCheckList> | The response to send back to the client (wrapped by a task). |
Patch(PatchRegionHealthCheckRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchRegionHealthCheckRequest request, ServerCallContext context)
Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Parameters | |
---|---|
Name | Description |
request | PatchRegionHealthCheckRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | The response to send back to the client (wrapped by a task). |
Update(UpdateRegionHealthCheckRequest, ServerCallContext)
public virtual Task<Operation> Update(UpdateRegionHealthCheckRequest request, ServerCallContext context)
Updates a HealthCheck resource in the specified project using the data included in the request.
Parameters | |
---|---|
Name | Description |
request | UpdateRegionHealthCheckRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | The response to send back to the client (wrapped by a task). |