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.
Inherited Members
Namespace
Google.Cloud.Compute.V1Assembly
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 |
GrpcClient
public override RegionHealthCheckServices.RegionHealthCheckServicesClient GrpcClient { get; }
The underlying gRPC RegionHealthCheckServices client
Property Value | |
---|---|
Type | Description |
RegionHealthCheckServicesRegionHealthCheckServicesClient |
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 |
DeleteRegionHealthCheckServiceRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |