InterconnectLocations

google.cloud.compute.v1. InterconnectLocations

Represents an InterconnectLocations

Constructor

new InterconnectLocations(rpcImpl, requestDelimitedopt, responseDelimitedopt)

Constructs a new InterconnectLocations service.

Parameters:
Name Type Attributes Default Description
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean <optional>
false

Whether requests are length-delimited

responseDelimited boolean <optional>
false

Whether responses are length-delimited

Extends

  • $protobuf.rpc.Service

Methods

get(request, callback) → {undefined}

Calls Get.

Parameters:
Name Type Description
request google.cloud.compute.v1.IGetInterconnectLocationRequest

GetInterconnectLocationRequest message or plain object

callback google.cloud.compute.v1.InterconnectLocations.GetCallback

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

Returns:
Type Description
undefined

get(request) → {Promise.<google.cloud.compute.v1.InterconnectLocation>}

Calls Get.

Parameters:
Name Type Description
request google.cloud.compute.v1.IGetInterconnectLocationRequest

GetInterconnectLocationRequest message or plain object

Returns:
Type Description
Promise.<google.cloud.compute.v1.InterconnectLocation>

Promise

list(request, callback) → {undefined}

Calls List.

Parameters:
Name Type Description
request google.cloud.compute.v1.IListInterconnectLocationsRequest

ListInterconnectLocationsRequest message or plain object

callback google.cloud.compute.v1.InterconnectLocations.ListCallback

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

Returns:
Type Description
undefined

list(request) → {Promise.<google.cloud.compute.v1.InterconnectLocationList>}

Calls List.

Parameters:
Name Type Description
request google.cloud.compute.v1.IListInterconnectLocationsRequest

ListInterconnectLocationsRequest message or plain object

Returns:
Type Description
Promise.<google.cloud.compute.v1.InterconnectLocationList>

Promise

(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {InterconnectLocations}

Creates new InterconnectLocations service using the specified rpc implementation.

Parameters:
Name Type Attributes Default Description
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean <optional>
false

Whether requests are length-delimited

responseDelimited boolean <optional>
false

Whether responses are length-delimited

Returns:
Type Description
InterconnectLocations

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

Type Definitions

GetCallback(error, responseopt)

Callback as used by get.

Parameters:
Name Type Attributes Description
error Error | null

Error, if any

response google.cloud.compute.v1.InterconnectLocation <optional>

InterconnectLocation

ListCallback(error, responseopt)

Callback as used by list.

Parameters:
Name Type Attributes Description
error Error | null

Error, if any

response google.cloud.compute.v1.InterconnectLocationList <optional>

InterconnectLocationList