Class protos.google.cloud.compute.v1beta.RegionInstantSnapshotGroups (6.9.0)

Represents a RegionInstantSnapshotGroups

Inheritance

$protobuf.rpc.Service > protos.google.cloud.compute.v1beta.RegionInstantSnapshotGroups

Package

@google-cloud/compute

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

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

Constructs a new RegionInstantSnapshotGroups 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): RegionInstantSnapshotGroups;

Creates new RegionInstantSnapshotGroups 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
RegionInstantSnapshotGroups

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

delete(request, callback)

public delete(request: google.cloud.compute.v1beta.IDeleteRegionInstantSnapshotGroupRequest, callback: google.cloud.compute.v1beta.RegionInstantSnapshotGroups.DeleteCallback): void;

Calls Delete.

Parameters
Name Description
request IDeleteRegionInstantSnapshotGroupRequest

DeleteRegionInstantSnapshotGroupRequest 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.IDeleteRegionInstantSnapshotGroupRequest): Promise<google.cloud.compute.v1beta.Operation>;

Calls Delete.

Parameter
Name Description
request IDeleteRegionInstantSnapshotGroupRequest

DeleteRegionInstantSnapshotGroupRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1beta.Operation>

Promise

get(request, callback)

public get(request: google.cloud.compute.v1beta.IGetRegionInstantSnapshotGroupRequest, callback: google.cloud.compute.v1beta.RegionInstantSnapshotGroups.GetCallback): void;

Calls Get.

Parameters
Name Description
request IGetRegionInstantSnapshotGroupRequest

GetRegionInstantSnapshotGroupRequest message or plain object

callback GetCallback

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

Returns
Type Description
void

get(request)

public get(request: google.cloud.compute.v1beta.IGetRegionInstantSnapshotGroupRequest): Promise<google.cloud.compute.v1beta.InstantSnapshotGroup>;

Calls Get.

Parameter
Name Description
request IGetRegionInstantSnapshotGroupRequest

GetRegionInstantSnapshotGroupRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1beta.InstantSnapshotGroup>

Promise

getIamPolicy(request, callback)

public getIamPolicy(request: google.cloud.compute.v1beta.IGetIamPolicyRegionInstantSnapshotGroupRequest, callback: google.cloud.compute.v1beta.RegionInstantSnapshotGroups.GetIamPolicyCallback): void;

Calls GetIamPolicy.

Parameters
Name Description
request IGetIamPolicyRegionInstantSnapshotGroupRequest

GetIamPolicyRegionInstantSnapshotGroupRequest 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.v1beta.IGetIamPolicyRegionInstantSnapshotGroupRequest): Promise<google.cloud.compute.v1beta.Policy>;

Calls GetIamPolicy.

Parameter
Name Description
request IGetIamPolicyRegionInstantSnapshotGroupRequest

GetIamPolicyRegionInstantSnapshotGroupRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1beta.Policy>

Promise

insert(request, callback)

public insert(request: google.cloud.compute.v1beta.IInsertRegionInstantSnapshotGroupRequest, callback: google.cloud.compute.v1beta.RegionInstantSnapshotGroups.InsertCallback): void;

Calls Insert.

Parameters
Name Description
request IInsertRegionInstantSnapshotGroupRequest

InsertRegionInstantSnapshotGroupRequest 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.IInsertRegionInstantSnapshotGroupRequest): Promise<google.cloud.compute.v1beta.Operation>;

Calls Insert.

Parameter
Name Description
request IInsertRegionInstantSnapshotGroupRequest

InsertRegionInstantSnapshotGroupRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1beta.Operation>

Promise

list(request, callback)

public list(request: google.cloud.compute.v1beta.IListRegionInstantSnapshotGroupsRequest, callback: google.cloud.compute.v1beta.RegionInstantSnapshotGroups.ListCallback): void;

Calls List.

Parameters
Name Description
request IListRegionInstantSnapshotGroupsRequest

ListRegionInstantSnapshotGroupsRequest message or plain object

callback ListCallback

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

Returns
Type Description
void

list(request)

public list(request: google.cloud.compute.v1beta.IListRegionInstantSnapshotGroupsRequest): Promise<google.cloud.compute.v1beta.ListInstantSnapshotGroups>;

Calls List.

Parameter
Name Description
request IListRegionInstantSnapshotGroupsRequest

ListRegionInstantSnapshotGroupsRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1beta.ListInstantSnapshotGroups>

Promise

setIamPolicy(request, callback)

public setIamPolicy(request: google.cloud.compute.v1beta.ISetIamPolicyRegionInstantSnapshotGroupRequest, callback: google.cloud.compute.v1beta.RegionInstantSnapshotGroups.SetIamPolicyCallback): void;

Calls SetIamPolicy.

Parameters
Name Description
request ISetIamPolicyRegionInstantSnapshotGroupRequest

SetIamPolicyRegionInstantSnapshotGroupRequest 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.v1beta.ISetIamPolicyRegionInstantSnapshotGroupRequest): Promise<google.cloud.compute.v1beta.Policy>;

Calls SetIamPolicy.

Parameter
Name Description
request ISetIamPolicyRegionInstantSnapshotGroupRequest

SetIamPolicyRegionInstantSnapshotGroupRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1beta.Policy>

Promise

testIamPermissions(request, callback)

public testIamPermissions(request: google.cloud.compute.v1beta.ITestIamPermissionsRegionInstantSnapshotGroupRequest, callback: google.cloud.compute.v1beta.RegionInstantSnapshotGroups.TestIamPermissionsCallback): void;

Calls TestIamPermissions.

Parameters
Name Description
request ITestIamPermissionsRegionInstantSnapshotGroupRequest

TestIamPermissionsRegionInstantSnapshotGroupRequest 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.ITestIamPermissionsRegionInstantSnapshotGroupRequest): Promise<google.cloud.compute.v1beta.TestPermissionsResponse>;

Calls TestIamPermissions.

Parameter
Name Description
request ITestIamPermissionsRegionInstantSnapshotGroupRequest

TestIamPermissionsRegionInstantSnapshotGroupRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1beta.TestPermissionsResponse>

Promise