Class RegionHealthCheckServicesClientImpl (1.2.0)

public sealed class RegionHealthCheckServicesClientImpl : RegionHealthCheckServicesClient

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(RegionHealthCheckServices.RegionHealthCheckServicesClient, RegionHealthCheckServicesSettings)

public RegionHealthCheckServicesClientImpl(RegionHealthCheckServices.RegionHealthCheckServicesClient grpcClient, RegionHealthCheckServicesSettings settings)

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

Parameters
NameDescription
grpcClientRegionHealthCheckServices.RegionHealthCheckServicesClient

The underlying gRPC client.

settingsRegionHealthCheckServicesSettings

The base RegionHealthCheckServicesSettings used within this client.

Properties

DeleteOperationsClient

public override OperationsClient DeleteOperationsClient { get; }

The long-running operations client for Delete.

Property Value
TypeDescription
OperationsClient
Overrides

GrpcClient

public override RegionHealthCheckServices.RegionHealthCheckServicesClient GrpcClient { get; }

The underlying gRPC RegionHealthCheckServices client

Property Value
TypeDescription
RegionHealthCheckServices.RegionHealthCheckServicesClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
TypeDescription
OperationsClient
Overrides

PatchOperationsClient

public override OperationsClient PatchOperationsClient { get; }

The long-running operations client for Patch.

Property Value
TypeDescription
OperationsClient
Overrides

Methods

Delete(DeleteRegionHealthCheckServiceRequest, CallSettings)

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

Deletes the specified regional HealthCheckService.

Parameters
NameDescription
requestDeleteRegionHealthCheckServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<Operation, Operation>

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
NameDescription
requestDeleteRegionHealthCheckServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Operation<Operation, Operation>>

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
NameDescription
requestGetRegionHealthCheckServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
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
NameDescription
requestGetRegionHealthCheckServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<HealthCheckService>

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
NameDescription
requestInsertRegionHealthCheckServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<Operation, Operation>

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
NameDescription
requestInsertRegionHealthCheckServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Operation<Operation, Operation>>

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
NameDescription
requestListRegionHealthCheckServicesRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerable<HealthCheckServicesList, HealthCheckService>

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
NameDescription
requestListRegionHealthCheckServicesRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerable<HealthCheckServicesList, HealthCheckService>

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
NameDescription
requestPatchRegionHealthCheckServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<Operation, Operation>

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
NameDescription
requestPatchRegionHealthCheckServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Operation<Operation, Operation>>

A Task containing the RPC response.

Overrides