[BindServiceMethod(typeof(RegionCompositeHealthChecks), "BindService")]
public abstract class RegionCompositeHealthChecks.RegionCompositeHealthChecksBaseReference documentation and code samples for the Compute Engine v1 API class RegionCompositeHealthChecks.RegionCompositeHealthChecksBase.
Base class for server-side implementations of RegionCompositeHealthChecks
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
AggregatedList(AggregatedListRegionCompositeHealthChecksRequest, ServerCallContext)
public virtual Task<CompositeHealthCheckAggregatedList> AggregatedList(AggregatedListRegionCompositeHealthChecksRequest request, ServerCallContext context)Retrieves the list of all CompositeHealthCheck resources (all regional) available to the specified project.
To prevent failure, it is recommended that you set the
returnPartialSuccess parameter to true.
| Parameters | |
|---|---|
| Name | Description |
request |
AggregatedListRegionCompositeHealthChecksRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskCompositeHealthCheckAggregatedList |
The response to send back to the client (wrapped by a task). |
Delete(DeleteRegionCompositeHealthCheckRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteRegionCompositeHealthCheckRequest request, ServerCallContext context)Deletes the specified CompositeHealthCheck in the given region
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRegionCompositeHealthCheckRequestThe 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(GetRegionCompositeHealthCheckRequest, ServerCallContext)
public virtual Task<CompositeHealthCheck> Get(GetRegionCompositeHealthCheckRequest request, ServerCallContext context)Returns the specified CompositeHealthCheck resource in the given region.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionCompositeHealthCheckRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskCompositeHealthCheck |
The response to send back to the client (wrapped by a task). |
Insert(InsertRegionCompositeHealthCheckRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertRegionCompositeHealthCheckRequest request, ServerCallContext context)Create a CompositeHealthCheck in the specified project in the given region using the parameters that are included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertRegionCompositeHealthCheckRequestThe 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(ListRegionCompositeHealthChecksRequest, ServerCallContext)
public virtual Task<CompositeHealthCheckList> List(ListRegionCompositeHealthChecksRequest request, ServerCallContext context)Lists the CompositeHealthChecks for a project in the given region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionCompositeHealthChecksRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskCompositeHealthCheckList |
The response to send back to the client (wrapped by a task). |
Patch(PatchRegionCompositeHealthCheckRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchRegionCompositeHealthCheckRequest request, ServerCallContext context)Updates the specified regional CompositeHealthCheck resource with the data included in the request. This method supportsPATCH semantics and uses theJSON merge patch format and processing rules.
| Parameters | |
|---|---|
| Name | Description |
request |
PatchRegionCompositeHealthCheckRequestThe 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). |
TestIamPermissions(TestIamPermissionsRegionCompositeHealthCheckRequest, ServerCallContext)
public virtual Task<TestPermissionsResponse> TestIamPermissions(TestIamPermissionsRegionCompositeHealthCheckRequest request, ServerCallContext context)Returns permissions that a caller has on the specified resource.
| Parameters | |
|---|---|
| Name | Description |
request |
TestIamPermissionsRegionCompositeHealthCheckRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTestPermissionsResponse |
The response to send back to the client (wrapped by a task). |