Represents a RegionInstantSnapshots
Inheritance
$protobuf.rpc.Service > protos.google.cloud.compute.v1.RegionInstantSnapshotsPackage
@google-cloud/computeConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new RegionInstantSnapshots service.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): RegionInstantSnapshots;Creates new RegionInstantSnapshots 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 |
RegionInstantSnapshots |
RPC service. Useful where requests and/or responses are streamed. |
delete(request, callback)
public delete(request: google.cloud.compute.v1.IDeleteRegionInstantSnapshotRequest, callback: google.cloud.compute.v1.RegionInstantSnapshots.DeleteCallback): void;Calls Delete.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteRegionInstantSnapshotRequest
DeleteRegionInstantSnapshotRequest 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.v1.IDeleteRegionInstantSnapshotRequest): Promise<google.cloud.compute.v1.Operation>;Calls Delete.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteRegionInstantSnapshotRequest
DeleteRegionInstantSnapshotRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1.Operation> |
Promise |
get(request, callback)
public get(request: google.cloud.compute.v1.IGetRegionInstantSnapshotRequest, callback: google.cloud.compute.v1.RegionInstantSnapshots.GetCallback): void;Calls Get.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetRegionInstantSnapshotRequest
GetRegionInstantSnapshotRequest message or plain object |
callback |
GetCallback
Node-style callback called with the error, if any, and InstantSnapshot |
| Returns | |
|---|---|
| Type | Description |
void |
|
get(request)
public get(request: google.cloud.compute.v1.IGetRegionInstantSnapshotRequest): Promise<google.cloud.compute.v1.InstantSnapshot>;Calls Get.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetRegionInstantSnapshotRequest
GetRegionInstantSnapshotRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1.InstantSnapshot> |
Promise |
getIamPolicy(request, callback)
public getIamPolicy(request: google.cloud.compute.v1.IGetIamPolicyRegionInstantSnapshotRequest, callback: google.cloud.compute.v1.RegionInstantSnapshots.GetIamPolicyCallback): void;Calls GetIamPolicy.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetIamPolicyRegionInstantSnapshotRequest
GetIamPolicyRegionInstantSnapshotRequest message or plain object |
callback |
GetIamPolicyCallback
Node-style callback called with the error, if any, and Policy |
| Returns | |
|---|---|
| Type | Description |
void |
|
getIamPolicy(request)
public getIamPolicy(request: google.cloud.compute.v1.IGetIamPolicyRegionInstantSnapshotRequest): Promise<google.cloud.compute.v1.Policy>;Calls GetIamPolicy.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetIamPolicyRegionInstantSnapshotRequest
GetIamPolicyRegionInstantSnapshotRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1.Policy> |
Promise |
insert(request, callback)
public insert(request: google.cloud.compute.v1.IInsertRegionInstantSnapshotRequest, callback: google.cloud.compute.v1.RegionInstantSnapshots.InsertCallback): void;Calls Insert.
| Parameters | |
|---|---|
| Name | Description |
request |
IInsertRegionInstantSnapshotRequest
InsertRegionInstantSnapshotRequest 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.v1.IInsertRegionInstantSnapshotRequest): Promise<google.cloud.compute.v1.Operation>;Calls Insert.
| Parameter | |
|---|---|
| Name | Description |
request |
IInsertRegionInstantSnapshotRequest
InsertRegionInstantSnapshotRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1.Operation> |
Promise |
list(request, callback)
public list(request: google.cloud.compute.v1.IListRegionInstantSnapshotsRequest, callback: google.cloud.compute.v1.RegionInstantSnapshots.ListCallback): void;Calls List.
| Parameters | |
|---|---|
| Name | Description |
request |
IListRegionInstantSnapshotsRequest
ListRegionInstantSnapshotsRequest message or plain object |
callback |
ListCallback
Node-style callback called with the error, if any, and InstantSnapshotList |
| Returns | |
|---|---|
| Type | Description |
void |
|
list(request)
public list(request: google.cloud.compute.v1.IListRegionInstantSnapshotsRequest): Promise<google.cloud.compute.v1.InstantSnapshotList>;Calls List.
| Parameter | |
|---|---|
| Name | Description |
request |
IListRegionInstantSnapshotsRequest
ListRegionInstantSnapshotsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1.InstantSnapshotList> |
Promise |
setIamPolicy(request, callback)
public setIamPolicy(request: google.cloud.compute.v1.ISetIamPolicyRegionInstantSnapshotRequest, callback: google.cloud.compute.v1.RegionInstantSnapshots.SetIamPolicyCallback): void;Calls SetIamPolicy.
| Parameters | |
|---|---|
| Name | Description |
request |
ISetIamPolicyRegionInstantSnapshotRequest
SetIamPolicyRegionInstantSnapshotRequest message or plain object |
callback |
SetIamPolicyCallback
Node-style callback called with the error, if any, and Policy |
| Returns | |
|---|---|
| Type | Description |
void |
|
setIamPolicy(request)
public setIamPolicy(request: google.cloud.compute.v1.ISetIamPolicyRegionInstantSnapshotRequest): Promise<google.cloud.compute.v1.Policy>;Calls SetIamPolicy.
| Parameter | |
|---|---|
| Name | Description |
request |
ISetIamPolicyRegionInstantSnapshotRequest
SetIamPolicyRegionInstantSnapshotRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1.Policy> |
Promise |
setLabels(request, callback)
public setLabels(request: google.cloud.compute.v1.ISetLabelsRegionInstantSnapshotRequest, callback: google.cloud.compute.v1.RegionInstantSnapshots.SetLabelsCallback): void;Calls SetLabels.
| Parameters | |
|---|---|
| Name | Description |
request |
ISetLabelsRegionInstantSnapshotRequest
SetLabelsRegionInstantSnapshotRequest message or plain object |
callback |
SetLabelsCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
setLabels(request)
public setLabels(request: google.cloud.compute.v1.ISetLabelsRegionInstantSnapshotRequest): Promise<google.cloud.compute.v1.Operation>;Calls SetLabels.
| Parameter | |
|---|---|
| Name | Description |
request |
ISetLabelsRegionInstantSnapshotRequest
SetLabelsRegionInstantSnapshotRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1.Operation> |
Promise |
testIamPermissions(request, callback)
public testIamPermissions(request: google.cloud.compute.v1.ITestIamPermissionsRegionInstantSnapshotRequest, callback: google.cloud.compute.v1.RegionInstantSnapshots.TestIamPermissionsCallback): void;Calls TestIamPermissions.
| Parameters | |
|---|---|
| Name | Description |
request |
ITestIamPermissionsRegionInstantSnapshotRequest
TestIamPermissionsRegionInstantSnapshotRequest 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.v1.ITestIamPermissionsRegionInstantSnapshotRequest): Promise<google.cloud.compute.v1.TestPermissionsResponse>;Calls TestIamPermissions.
| Parameter | |
|---|---|
| Name | Description |
request |
ITestIamPermissionsRegionInstantSnapshotRequest
TestIamPermissionsRegionInstantSnapshotRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.compute.v1.TestPermissionsResponse> |
Promise |