public sealed class RegionCompositeHealthChecksClientImpl : RegionCompositeHealthChecksClientReference documentation and code samples for the Compute Engine v1 API class RegionCompositeHealthChecksClientImpl.
RegionCompositeHealthChecks client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The RegionCompositeHealthChecks API.
Constructors
RegionCompositeHealthChecksClientImpl(RegionCompositeHealthChecksClient, RegionCompositeHealthChecksSettings, ILogger)
public RegionCompositeHealthChecksClientImpl(RegionCompositeHealthChecks.RegionCompositeHealthChecksClient grpcClient, RegionCompositeHealthChecksSettings settings, ILogger logger)Constructs a client wrapper for the RegionCompositeHealthChecks service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
RegionCompositeHealthChecksRegionCompositeHealthChecksClientThe underlying gRPC client. |
settings |
RegionCompositeHealthChecksSettingsThe base RegionCompositeHealthChecksSettings 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 RegionCompositeHealthChecks.RegionCompositeHealthChecksClient GrpcClient { get; }The underlying gRPC RegionCompositeHealthChecks client
| Property Value | |
|---|---|
| Type | Description |
RegionCompositeHealthChecksRegionCompositeHealthChecksClient |
|
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
AggregatedList(AggregatedListRegionCompositeHealthChecksRequest, CallSettings)
public override PagedEnumerable<CompositeHealthCheckAggregatedList, KeyValuePair<string, CompositeHealthChecksScopedList>> AggregatedList(AggregatedListRegionCompositeHealthChecksRequest request, CallSettings callSettings = null)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 |
AggregatedListRegionCompositeHealthChecksRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableCompositeHealthCheckAggregatedListKeyValuePairstringCompositeHealthChecksScopedList |
A pageable sequence of KeyValuePair<TKey, TValue> resources. |
AggregatedListAsync(AggregatedListRegionCompositeHealthChecksRequest, CallSettings)
public override PagedAsyncEnumerable<CompositeHealthCheckAggregatedList, KeyValuePair<string, CompositeHealthChecksScopedList>> AggregatedListAsync(AggregatedListRegionCompositeHealthChecksRequest request, CallSettings callSettings = null)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 |
AggregatedListRegionCompositeHealthChecksRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableCompositeHealthCheckAggregatedListKeyValuePairstringCompositeHealthChecksScopedList |
A pageable asynchronous sequence of KeyValuePair<TKey, TValue> resources. |
Delete(DeleteRegionCompositeHealthCheckRequest, CallSettings)
public override Operation<Operation, Operation> Delete(DeleteRegionCompositeHealthCheckRequest request, CallSettings callSettings = null)Deletes the specified CompositeHealthCheck in the given region
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRegionCompositeHealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
DeleteAsync(DeleteRegionCompositeHealthCheckRequest, CallSettings)
public override Task<Operation<Operation, Operation>> DeleteAsync(DeleteRegionCompositeHealthCheckRequest request, CallSettings callSettings = null)Deletes the specified CompositeHealthCheck in the given region
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRegionCompositeHealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
Get(GetRegionCompositeHealthCheckRequest, CallSettings)
public override CompositeHealthCheck Get(GetRegionCompositeHealthCheckRequest request, CallSettings callSettings = null)Returns the specified CompositeHealthCheck resource in the given region.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionCompositeHealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
CompositeHealthCheck |
The RPC response. |
GetAsync(GetRegionCompositeHealthCheckRequest, CallSettings)
public override Task<CompositeHealthCheck> GetAsync(GetRegionCompositeHealthCheckRequest request, CallSettings callSettings = null)Returns the specified CompositeHealthCheck resource in the given region.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionCompositeHealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskCompositeHealthCheck |
A Task containing the RPC response. |
Insert(InsertRegionCompositeHealthCheckRequest, CallSettings)
public override Operation<Operation, Operation> Insert(InsertRegionCompositeHealthCheckRequest request, CallSettings callSettings = null)Create a CompositeHealthCheck in the specified project in the given region using the parameters that are included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertRegionCompositeHealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
InsertAsync(InsertRegionCompositeHealthCheckRequest, CallSettings)
public override Task<Operation<Operation, Operation>> InsertAsync(InsertRegionCompositeHealthCheckRequest request, CallSettings callSettings = null)Create a CompositeHealthCheck in the specified project in the given region using the parameters that are included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertRegionCompositeHealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
List(ListRegionCompositeHealthChecksRequest, CallSettings)
public override PagedEnumerable<CompositeHealthCheckList, CompositeHealthCheck> List(ListRegionCompositeHealthChecksRequest request, CallSettings callSettings = null)Lists the CompositeHealthChecks for a project in the given region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionCompositeHealthChecksRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableCompositeHealthCheckListCompositeHealthCheck |
A pageable sequence of CompositeHealthCheck resources. |
ListAsync(ListRegionCompositeHealthChecksRequest, CallSettings)
public override PagedAsyncEnumerable<CompositeHealthCheckList, CompositeHealthCheck> ListAsync(ListRegionCompositeHealthChecksRequest request, CallSettings callSettings = null)Lists the CompositeHealthChecks for a project in the given region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionCompositeHealthChecksRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableCompositeHealthCheckListCompositeHealthCheck |
A pageable asynchronous sequence of CompositeHealthCheck resources. |
Patch(PatchRegionCompositeHealthCheckRequest, CallSettings)
public override Operation<Operation, Operation> Patch(PatchRegionCompositeHealthCheckRequest request, CallSettings callSettings = null)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 |
PatchRegionCompositeHealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
PatchAsync(PatchRegionCompositeHealthCheckRequest, CallSettings)
public override Task<Operation<Operation, Operation>> PatchAsync(PatchRegionCompositeHealthCheckRequest request, CallSettings callSettings = null)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 |
PatchRegionCompositeHealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
TestIamPermissions(TestIamPermissionsRegionCompositeHealthCheckRequest, CallSettings)
public override TestPermissionsResponse TestIamPermissions(TestIamPermissionsRegionCompositeHealthCheckRequest request, CallSettings callSettings = null)Returns permissions that a caller has on the specified resource.
| Parameters | |
|---|---|
| Name | Description |
request |
TestIamPermissionsRegionCompositeHealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TestPermissionsResponse |
The RPC response. |
TestIamPermissionsAsync(TestIamPermissionsRegionCompositeHealthCheckRequest, CallSettings)
public override Task<TestPermissionsResponse> TestIamPermissionsAsync(TestIamPermissionsRegionCompositeHealthCheckRequest request, CallSettings callSettings = null)Returns permissions that a caller has on the specified resource.
| Parameters | |
|---|---|
| Name | Description |
request |
TestIamPermissionsRegionCompositeHealthCheckRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskTestPermissionsResponse |
A Task containing the RPC response. |