Compute Engine v1 API - Class RegionCompositeHealthChecks.RegionCompositeHealthChecksBase (3.26.0)

[BindServiceMethod(typeof(RegionCompositeHealthChecks), "BindService")]
public abstract class RegionCompositeHealthChecks.RegionCompositeHealthChecksBase

Reference documentation and code samples for the Compute Engine v1 API class RegionCompositeHealthChecks.RegionCompositeHealthChecksBase.

Base class for server-side implementations of RegionCompositeHealthChecks

Inheritance

object > RegionCompositeHealthChecks.RegionCompositeHealthChecksBase

Namespace

Google.Cloud.Compute.V1

Assembly

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 AggregatedListRegionCompositeHealthChecksRequest

The request received from the client.

context ServerCallContext

The 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 DeleteRegionCompositeHealthCheckRequest

The request received from the client.

context ServerCallContext

The 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 GetRegionCompositeHealthCheckRequest

The request received from the client.

context ServerCallContext

The 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 InsertRegionCompositeHealthCheckRequest

The request received from the client.

context ServerCallContext

The 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 ListRegionCompositeHealthChecksRequest

The request received from the client.

context ServerCallContext

The 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 PatchRegionCompositeHealthCheckRequest

The request received from the client.

context ServerCallContext

The 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 TestIamPermissionsRegionCompositeHealthCheckRequest

The request received from the client.

context ServerCallContext

The 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).