[BindServiceMethod(typeof(RegionHealthChecks), "BindService")]
public abstract class RegionHealthChecks.RegionHealthChecksBaseReference documentation and code samples for the Compute Engine v1 API class RegionHealthChecks.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 |
DeleteRegionHealthCheckRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
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.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionHealthCheckRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskHealthCheck |
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 |
InsertRegionHealthCheckRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
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 |
ListRegionHealthChecksRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskHealthCheckList |
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 |
PatchRegionHealthCheckRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
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 |
UpdateRegionHealthCheckRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |