Class protos.google.cloud.compute.v1beta.RegionSnapshotSettings (6.13.0)

Represents a RegionSnapshotSettings

Inheritance

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

Package

@google-cloud/compute

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

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

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

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

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

get(request, callback)

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

Calls Get.

Parameters
Name Description
request IGetRegionSnapshotSettingRequest

GetRegionSnapshotSettingRequest message or plain object

callback GetCallback

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

Returns
Type Description
void

get(request)

public get(request: google.cloud.compute.v1beta.IGetRegionSnapshotSettingRequest): Promise<google.cloud.compute.v1beta.SnapshotSettings>;

Calls Get.

Parameter
Name Description
request IGetRegionSnapshotSettingRequest

GetRegionSnapshotSettingRequest message or plain object

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

Promise

patch(request, callback)

public patch(request: google.cloud.compute.v1beta.IPatchRegionSnapshotSettingRequest, callback: google.cloud.compute.v1beta.RegionSnapshotSettings.PatchCallback): void;

Calls Patch.

Parameters
Name Description
request IPatchRegionSnapshotSettingRequest

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

Calls Patch.

Parameter
Name Description
request IPatchRegionSnapshotSettingRequest

PatchRegionSnapshotSettingRequest message or plain object

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

Promise