Compute Engine v1 API - Class RegionHealthCheckServicesClientImpl (2.16.0)

public sealed class RegionHealthCheckServicesClientImpl : RegionHealthCheckServicesClient

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

RegionHealthCheckServices client wrapper implementation, for convenient use.

Inheritance

object > RegionHealthCheckServicesClient > RegionHealthCheckServicesClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The RegionHealthCheckServices API.

Constructors

RegionHealthCheckServicesClientImpl(RegionHealthCheckServicesClient, RegionHealthCheckServicesSettings, ILogger)

public RegionHealthCheckServicesClientImpl(RegionHealthCheckServices.RegionHealthCheckServicesClient grpcClient, RegionHealthCheckServicesSettings settings, ILogger logger)

Constructs a client wrapper for the RegionHealthCheckServices service, with the specified gRPC client and settings.

Parameters
Name Description
grpcClient RegionHealthCheckServicesRegionHealthCheckServicesClient

The underlying gRPC client.

settings RegionHealthCheckServicesSettings

The base RegionHealthCheckServicesSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

DeleteOperationsClient

public override OperationsClient DeleteOperationsClient { get; }

The long-running operations client for Delete.

Property Value
Type Description
OperationsClient
Overrides

GrpcClient

public override RegionHealthCheckServices.RegionHealthCheckServicesClient GrpcClient { get; }

The underlying gRPC RegionHealthCheckServices client

Property Value
Type Description
RegionHealthCheckServicesRegionHealthCheckServicesClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
Type Description
OperationsClient
Overrides

PatchOperationsClient

public override OperationsClient PatchOperationsClient { get; }

The long-running operations client for Patch.

Property Value
Type Description
OperationsClient
Overrides

Methods

Delete(DeleteRegionHealthCheckServiceRequest, CallSettings)

public override Operation<Operation, Operation> Delete(DeleteRegionHealthCheckServiceRequest request, CallSettings callSettings = null)

Deletes the specified regional HealthCheckService.

Parameters
Name Description
request DeleteRegionHealthCheckServiceRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

DeleteAsync(DeleteRegionHealthCheckServiceRequest, CallSettings)

public override Task<Operation<Operation, Operation>> DeleteAsync(DeleteRegionHealthCheckServiceRequest request, CallSettings callSettings = null)

Deletes the specified regional HealthCheckService.

Parameters
Name Description
request DeleteRegionHealthCheckServiceRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

Get(GetRegionHealthCheckServiceRequest, CallSettings)

public override HealthCheckService Get(GetRegionHealthCheckServiceRequest request, CallSettings callSettings = null)

Returns the specified regional HealthCheckService resource.

Parameters
Name Description
request GetRegionHealthCheckServiceRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
HealthCheckService

The RPC response.

Overrides

GetAsync(GetRegionHealthCheckServiceRequest, CallSettings)

public override Task<HealthCheckService> GetAsync(GetRegionHealthCheckServiceRequest request, CallSettings callSettings = null)

Returns the specified regional HealthCheckService resource.

Parameters
Name Description
request GetRegionHealthCheckServiceRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskHealthCheckService

A Task containing the RPC response.

Overrides

Insert(InsertRegionHealthCheckServiceRequest, CallSettings)

public override Operation<Operation, Operation> Insert(InsertRegionHealthCheckServiceRequest request, CallSettings callSettings = null)

Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.

Parameters
Name Description
request InsertRegionHealthCheckServiceRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

InsertAsync(InsertRegionHealthCheckServiceRequest, CallSettings)

public override Task<Operation<Operation, Operation>> InsertAsync(InsertRegionHealthCheckServiceRequest request, CallSettings callSettings = null)

Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.

Parameters
Name Description
request InsertRegionHealthCheckServiceRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

List(ListRegionHealthCheckServicesRequest, CallSettings)

public override PagedEnumerable<HealthCheckServicesList, HealthCheckService> List(ListRegionHealthCheckServicesRequest request, CallSettings callSettings = null)

Lists all the HealthCheckService resources that have been configured for the specified project in the given region.

Parameters
Name Description
request ListRegionHealthCheckServicesRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedEnumerableHealthCheckServicesListHealthCheckService

A pageable sequence of HealthCheckService resources.

Overrides

ListAsync(ListRegionHealthCheckServicesRequest, CallSettings)

public override PagedAsyncEnumerable<HealthCheckServicesList, HealthCheckService> ListAsync(ListRegionHealthCheckServicesRequest request, CallSettings callSettings = null)

Lists all the HealthCheckService resources that have been configured for the specified project in the given region.

Parameters
Name Description
request ListRegionHealthCheckServicesRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableHealthCheckServicesListHealthCheckService

A pageable asynchronous sequence of HealthCheckService resources.

Overrides

Patch(PatchRegionHealthCheckServiceRequest, CallSettings)

public override Operation<Operation, Operation> Patch(PatchRegionHealthCheckServiceRequest request, CallSettings callSettings = null)

Updates the specified regional HealthCheckService resource with 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 PatchRegionHealthCheckServiceRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

PatchAsync(PatchRegionHealthCheckServiceRequest, CallSettings)

public override Task<Operation<Operation, Operation>> PatchAsync(PatchRegionHealthCheckServiceRequest request, CallSettings callSettings = null)

Updates the specified regional HealthCheckService resource with 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 PatchRegionHealthCheckServiceRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides