Represents a RegionCompositeHealthChecks
Inheritance
$protobuf.rpc.Service > protos.google.cloud.compute.v1beta.RegionCompositeHealthChecksPackage
@google-cloud/computeConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new RegionCompositeHealthChecks service.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
aggregatedList(request, callback)
public aggregatedList(request: google.cloud.compute.v1beta.IAggregatedListRegionCompositeHealthChecksRequest, callback: google.cloud.compute.v1beta.RegionCompositeHealthChecks.AggregatedListCallback): void;Calls AggregatedList.
| Parameters | |
|---|---|
| Name | Description |
request |
IAggregatedListRegionCompositeHealthChecksRequest
AggregatedListRegionCompositeHealthChecksRequest message or plain object |
callback |
AggregatedListCallback
Node-style callback called with the error, if any, and CompositeHealthCheckAggregatedList |
| Returns | |
|---|---|
| Type | Description |
void |
|
aggregatedList(request)
public aggregatedList(request: google.cloud.compute.v1beta.IAggregatedListRegionCompositeHealthChecksRequest): Promise<google.cloud.compute.v1beta.CompositeHealthCheckAggregatedList>;Calls AggregatedList.
| Parameter | |
|---|---|
| Name | Description |
request |
IAggregatedListRegionCompositeHealthChecksRequest
AggregatedListRegionCompositeHealthChecksRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1beta.CompositeHealthCheckAggregatedList> |
Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): RegionCompositeHealthChecks;Creates new RegionCompositeHealthChecks service using the specified rpc implementation.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
| Returns | |
|---|---|
| Type | Description |
RegionCompositeHealthChecks |
RPC service. Useful where requests and/or responses are streamed. |
delete(request, callback)
public delete(request: google.cloud.compute.v1beta.IDeleteRegionCompositeHealthCheckRequest, callback: google.cloud.compute.v1beta.RegionCompositeHealthChecks.DeleteCallback): void;Calls Delete.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteRegionCompositeHealthCheckRequest
DeleteRegionCompositeHealthCheckRequest message or plain object |
callback |
DeleteCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
delete(request)
public delete(request: google.cloud.compute.v1beta.IDeleteRegionCompositeHealthCheckRequest): Promise<google.cloud.compute.v1beta.Operation>;Calls Delete.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteRegionCompositeHealthCheckRequest
DeleteRegionCompositeHealthCheckRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1beta.Operation> |
Promise |
get(request, callback)
public get(request: google.cloud.compute.v1beta.IGetRegionCompositeHealthCheckRequest, callback: google.cloud.compute.v1beta.RegionCompositeHealthChecks.GetCallback): void;Calls Get.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetRegionCompositeHealthCheckRequest
GetRegionCompositeHealthCheckRequest message or plain object |
callback |
GetCallback
Node-style callback called with the error, if any, and CompositeHealthCheck |
| Returns | |
|---|---|
| Type | Description |
void |
|
get(request)
public get(request: google.cloud.compute.v1beta.IGetRegionCompositeHealthCheckRequest): Promise<google.cloud.compute.v1beta.CompositeHealthCheck>;Calls Get.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetRegionCompositeHealthCheckRequest
GetRegionCompositeHealthCheckRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1beta.CompositeHealthCheck> |
Promise |
insert(request, callback)
public insert(request: google.cloud.compute.v1beta.IInsertRegionCompositeHealthCheckRequest, callback: google.cloud.compute.v1beta.RegionCompositeHealthChecks.InsertCallback): void;Calls Insert.
| Parameters | |
|---|---|
| Name | Description |
request |
IInsertRegionCompositeHealthCheckRequest
InsertRegionCompositeHealthCheckRequest message or plain object |
callback |
InsertCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
insert(request)
public insert(request: google.cloud.compute.v1beta.IInsertRegionCompositeHealthCheckRequest): Promise<google.cloud.compute.v1beta.Operation>;Calls Insert.
| Parameter | |
|---|---|
| Name | Description |
request |
IInsertRegionCompositeHealthCheckRequest
InsertRegionCompositeHealthCheckRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1beta.Operation> |
Promise |
list(request, callback)
public list(request: google.cloud.compute.v1beta.IListRegionCompositeHealthChecksRequest, callback: google.cloud.compute.v1beta.RegionCompositeHealthChecks.ListCallback): void;Calls List.
| Parameters | |
|---|---|
| Name | Description |
request |
IListRegionCompositeHealthChecksRequest
ListRegionCompositeHealthChecksRequest message or plain object |
callback |
ListCallback
Node-style callback called with the error, if any, and CompositeHealthCheckList |
| Returns | |
|---|---|
| Type | Description |
void |
|
list(request)
public list(request: google.cloud.compute.v1beta.IListRegionCompositeHealthChecksRequest): Promise<google.cloud.compute.v1beta.CompositeHealthCheckList>;Calls List.
| Parameter | |
|---|---|
| Name | Description |
request |
IListRegionCompositeHealthChecksRequest
ListRegionCompositeHealthChecksRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1beta.CompositeHealthCheckList> |
Promise |
patch(request, callback)
public patch(request: google.cloud.compute.v1beta.IPatchRegionCompositeHealthCheckRequest, callback: google.cloud.compute.v1beta.RegionCompositeHealthChecks.PatchCallback): void;Calls Patch.
| Parameters | |
|---|---|
| Name | Description |
request |
IPatchRegionCompositeHealthCheckRequest
PatchRegionCompositeHealthCheckRequest message or plain object |
callback |
PatchCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
patch(request)
public patch(request: google.cloud.compute.v1beta.IPatchRegionCompositeHealthCheckRequest): Promise<google.cloud.compute.v1beta.Operation>;Calls Patch.
| Parameter | |
|---|---|
| Name | Description |
request |
IPatchRegionCompositeHealthCheckRequest
PatchRegionCompositeHealthCheckRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1beta.Operation> |
Promise |
testIamPermissions(request, callback)
public testIamPermissions(request: google.cloud.compute.v1beta.ITestIamPermissionsRegionCompositeHealthCheckRequest, callback: google.cloud.compute.v1beta.RegionCompositeHealthChecks.TestIamPermissionsCallback): void;Calls TestIamPermissions.
| Parameters | |
|---|---|
| Name | Description |
request |
ITestIamPermissionsRegionCompositeHealthCheckRequest
TestIamPermissionsRegionCompositeHealthCheckRequest message or plain object |
callback |
TestIamPermissionsCallback
Node-style callback called with the error, if any, and TestPermissionsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
testIamPermissions(request)
public testIamPermissions(request: google.cloud.compute.v1beta.ITestIamPermissionsRegionCompositeHealthCheckRequest): Promise<google.cloud.compute.v1beta.TestPermissionsResponse>;Calls TestIamPermissions.
| Parameter | |
|---|---|
| Name | Description |
request |
ITestIamPermissionsRegionCompositeHealthCheckRequest
TestIamPermissionsRegionCompositeHealthCheckRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1beta.TestPermissionsResponse> |
Promise |