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

Represents a Zones

Inheritance

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

Package

@google-cloud/compute

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

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

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

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

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

get(request, callback)

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

Calls Get.

Parameters
NameDescription
request IGetZoneRequest

GetZoneRequest message or plain object

callback GetCallback

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

Returns
TypeDescription
void

get(request)

public get(request: google.cloud.compute.v1.IGetZoneRequest): Promise<google.cloud.compute.v1.Zone>;

Calls Get.

Parameter
NameDescription
request IGetZoneRequest

GetZoneRequest message or plain object

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

Promise

list(request, callback)

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

Calls List.

Parameters
NameDescription
request IListZonesRequest

ListZonesRequest message or plain object

callback ListCallback

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

Returns
TypeDescription
void

list(request)

public list(request: google.cloud.compute.v1.IListZonesRequest): Promise<google.cloud.compute.v1.ZoneList>;

Calls List.

Parameter
NameDescription
request IListZonesRequest

ListZonesRequest message or plain object

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

Promise