Represents an InterconnectLocations
Inheritance
$protobuf.rpc.Service > protos.google.cloud.compute.v1.InterconnectLocationsPackage
@google-cloud/computeConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new InterconnectLocations 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): InterconnectLocations;
Creates new InterconnectLocations 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 |
InterconnectLocations |
RPC service. Useful where requests and/or responses are streamed. |
get(request, callback)
public get(request: google.cloud.compute.v1.IGetInterconnectLocationRequest, callback: google.cloud.compute.v1.InterconnectLocations.GetCallback): void;
Calls Get.
Parameters | |
---|---|
Name | Description |
request |
IGetInterconnectLocationRequest
GetInterconnectLocationRequest message or plain object |
callback |
GetCallback
Node-style callback called with the error, if any, and InterconnectLocation |
Returns | |
---|---|
Type | Description |
void |
get(request)
public get(request: google.cloud.compute.v1.IGetInterconnectLocationRequest): Promise<google.cloud.compute.v1.InterconnectLocation>;
Calls Get.
Parameter | |
---|---|
Name | Description |
request |
IGetInterconnectLocationRequest
GetInterconnectLocationRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.compute.v1.InterconnectLocation> |
Promise |
list(request, callback)
public list(request: google.cloud.compute.v1.IListInterconnectLocationsRequest, callback: google.cloud.compute.v1.InterconnectLocations.ListCallback): void;
Calls List.
Parameters | |
---|---|
Name | Description |
request |
IListInterconnectLocationsRequest
ListInterconnectLocationsRequest message or plain object |
callback |
ListCallback
Node-style callback called with the error, if any, and InterconnectLocationList |
Returns | |
---|---|
Type | Description |
void |
list(request)
public list(request: google.cloud.compute.v1.IListInterconnectLocationsRequest): Promise<google.cloud.compute.v1.InterconnectLocationList>;
Calls List.
Parameter | |
---|---|
Name | Description |
request |
IListInterconnectLocationsRequest
ListInterconnectLocationsRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.compute.v1.InterconnectLocationList> |
Promise |