Class protos.google.cloud.compute.v1.Snapshots (4.3.0)

Represents a Snapshots

Inheritance

$protobuf.rpc.Service > protos.google.cloud.compute.v1.Snapshots

Package

@google-cloud/compute

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new Snapshots service.

Parameters
NameDescription
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): Snapshots;

Creates new Snapshots service using the specified rpc implementation.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
Snapshots

RPC service. Useful where requests and/or responses are streamed.

delete(request, callback)

public delete(request: google.cloud.compute.v1.IDeleteSnapshotRequest, callback: google.cloud.compute.v1.Snapshots.DeleteCallback): void;

Calls Delete.

Parameters
NameDescription
request IDeleteSnapshotRequest

DeleteSnapshotRequest message or plain object

callback DeleteCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

delete(request)

public delete(request: google.cloud.compute.v1.IDeleteSnapshotRequest): Promise<google.cloud.compute.v1.Operation>;

Calls Delete.

Parameter
NameDescription
request IDeleteSnapshotRequest

DeleteSnapshotRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Operation>

Promise

get(request, callback)

public get(request: google.cloud.compute.v1.IGetSnapshotRequest, callback: google.cloud.compute.v1.Snapshots.GetCallback): void;

Calls Get.

Parameters
NameDescription
request IGetSnapshotRequest

GetSnapshotRequest message or plain object

callback GetCallback

Node-style callback called with the error, if any, and Snapshot

Returns
TypeDescription
void

get(request)

public get(request: google.cloud.compute.v1.IGetSnapshotRequest): Promise<google.cloud.compute.v1.Snapshot>;

Calls Get.

Parameter
NameDescription
request IGetSnapshotRequest

GetSnapshotRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Snapshot>

Promise

getIamPolicy(request, callback)

public getIamPolicy(request: google.cloud.compute.v1.IGetIamPolicySnapshotRequest, callback: google.cloud.compute.v1.Snapshots.GetIamPolicyCallback): void;

Calls GetIamPolicy.

Parameters
NameDescription
request IGetIamPolicySnapshotRequest

GetIamPolicySnapshotRequest message or plain object

callback GetIamPolicyCallback

Node-style callback called with the error, if any, and Policy

Returns
TypeDescription
void

getIamPolicy(request)

public getIamPolicy(request: google.cloud.compute.v1.IGetIamPolicySnapshotRequest): Promise<google.cloud.compute.v1.Policy>;

Calls GetIamPolicy.

Parameter
NameDescription
request IGetIamPolicySnapshotRequest

GetIamPolicySnapshotRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Policy>

Promise

insert(request, callback)

public insert(request: google.cloud.compute.v1.IInsertSnapshotRequest, callback: google.cloud.compute.v1.Snapshots.InsertCallback): void;

Calls Insert.

Parameters
NameDescription
request IInsertSnapshotRequest

InsertSnapshotRequest message or plain object

callback InsertCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

insert(request)

public insert(request: google.cloud.compute.v1.IInsertSnapshotRequest): Promise<google.cloud.compute.v1.Operation>;

Calls Insert.

Parameter
NameDescription
request IInsertSnapshotRequest

InsertSnapshotRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Operation>

Promise

list(request, callback)

public list(request: google.cloud.compute.v1.IListSnapshotsRequest, callback: google.cloud.compute.v1.Snapshots.ListCallback): void;

Calls List.

Parameters
NameDescription
request IListSnapshotsRequest

ListSnapshotsRequest message or plain object

callback ListCallback

Node-style callback called with the error, if any, and SnapshotList

Returns
TypeDescription
void

list(request)

public list(request: google.cloud.compute.v1.IListSnapshotsRequest): Promise<google.cloud.compute.v1.SnapshotList>;

Calls List.

Parameter
NameDescription
request IListSnapshotsRequest

ListSnapshotsRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.SnapshotList>

Promise

setIamPolicy(request, callback)

public setIamPolicy(request: google.cloud.compute.v1.ISetIamPolicySnapshotRequest, callback: google.cloud.compute.v1.Snapshots.SetIamPolicyCallback): void;

Calls SetIamPolicy.

Parameters
NameDescription
request ISetIamPolicySnapshotRequest

SetIamPolicySnapshotRequest message or plain object

callback SetIamPolicyCallback

Node-style callback called with the error, if any, and Policy

Returns
TypeDescription
void

setIamPolicy(request)

public setIamPolicy(request: google.cloud.compute.v1.ISetIamPolicySnapshotRequest): Promise<google.cloud.compute.v1.Policy>;

Calls SetIamPolicy.

Parameter
NameDescription
request ISetIamPolicySnapshotRequest

SetIamPolicySnapshotRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Policy>

Promise

setLabels(request, callback)

public setLabels(request: google.cloud.compute.v1.ISetLabelsSnapshotRequest, callback: google.cloud.compute.v1.Snapshots.SetLabelsCallback): void;

Calls SetLabels.

Parameters
NameDescription
request ISetLabelsSnapshotRequest

SetLabelsSnapshotRequest message or plain object

callback SetLabelsCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setLabels(request)

public setLabels(request: google.cloud.compute.v1.ISetLabelsSnapshotRequest): Promise<google.cloud.compute.v1.Operation>;

Calls SetLabels.

Parameter
NameDescription
request ISetLabelsSnapshotRequest

SetLabelsSnapshotRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Operation>

Promise

testIamPermissions(request, callback)

public testIamPermissions(request: google.cloud.compute.v1.ITestIamPermissionsSnapshotRequest, callback: google.cloud.compute.v1.Snapshots.TestIamPermissionsCallback): void;

Calls TestIamPermissions.

Parameters
NameDescription
request ITestIamPermissionsSnapshotRequest

TestIamPermissionsSnapshotRequest message or plain object

callback TestIamPermissionsCallback

Node-style callback called with the error, if any, and TestPermissionsResponse

Returns
TypeDescription
void

testIamPermissions(request)

public testIamPermissions(request: google.cloud.compute.v1.ITestIamPermissionsSnapshotRequest): Promise<google.cloud.compute.v1.TestPermissionsResponse>;

Calls TestIamPermissions.

Parameter
NameDescription
request ITestIamPermissionsSnapshotRequest

TestIamPermissionsSnapshotRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.TestPermissionsResponse>

Promise