public sealed class RegionHealthCheckServicesClientImpl : RegionHealthCheckServicesClientRegionHealthCheckServices client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The RegionHealthCheckServices API.
Constructors
RegionHealthCheckServicesClientImpl(RegionHealthCheckServices.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 |
RegionHealthCheckServices.RegionHealthCheckServicesClientThe underlying gRPC client. |
settings |
RegionHealthCheckServicesSettingsThe base RegionHealthCheckServicesSettings used within this client. |
logger |
ILoggerOptional 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 |
|
GrpcClient
public override RegionHealthCheckServices.RegionHealthCheckServicesClient GrpcClient { get; }The underlying gRPC RegionHealthCheckServices client
| Property Value | |
|---|---|
| Type | Description |
RegionHealthCheckServices.RegionHealthCheckServicesClient |
|
InsertOperationsClient
public override OperationsClient InsertOperationsClient { get; }The long-running operations client for Insert.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
PatchOperationsClient
public override OperationsClient PatchOperationsClient { get; }The long-running operations client for Patch.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
Delete(DeleteRegionHealthCheckServiceRequest, CallSettings)
public override Operation<Operation, Operation> Delete(DeleteRegionHealthCheckServiceRequest request, CallSettings callSettings = null)Deletes the specified regional HealthCheckService.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRegionHealthCheckServiceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<Operation, Operation> |
The RPC response. |
DeleteAsync(DeleteRegionHealthCheckServiceRequest, CallSettings)
public override async Task<Operation<Operation, Operation>> DeleteAsync(DeleteRegionHealthCheckServiceRequest request, CallSettings callSettings = null)Deletes the specified regional HealthCheckService.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRegionHealthCheckServiceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<Operation, Operation>> |
A Task containing the RPC response. |
Get(GetRegionHealthCheckServiceRequest, CallSettings)
public override HealthCheckService Get(GetRegionHealthCheckServiceRequest request, CallSettings callSettings = null)Returns the specified regional HealthCheckService resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionHealthCheckServiceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
HealthCheckService |
The RPC response. |
GetAsync(GetRegionHealthCheckServiceRequest, CallSettings)
public override Task<HealthCheckService> GetAsync(GetRegionHealthCheckServiceRequest request, CallSettings callSettings = null)Returns the specified regional HealthCheckService resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionHealthCheckServiceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<HealthCheckService> |
A Task containing the RPC response. |
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 |
InsertRegionHealthCheckServiceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<Operation, Operation> |
The RPC response. |
InsertAsync(InsertRegionHealthCheckServiceRequest, CallSettings)
public override async 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 |
InsertRegionHealthCheckServiceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<Operation, Operation>> |
A Task containing the RPC response. |
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 |
ListRegionHealthCheckServicesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerable<HealthCheckServicesList, HealthCheckService> |
A pageable sequence of HealthCheckService resources. |
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 |
ListRegionHealthCheckServicesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerable<HealthCheckServicesList, HealthCheckService> |
A pageable asynchronous sequence of HealthCheckService resources. |
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 |
PatchRegionHealthCheckServiceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<Operation, Operation> |
The RPC response. |
PatchAsync(PatchRegionHealthCheckServiceRequest, CallSettings)
public override async 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 |
PatchRegionHealthCheckServiceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<Operation, Operation>> |
A Task containing the RPC response. |