Constructor
new Interconnects(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new Interconnects 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
delete(request, callback) → {undefined}
Calls Delete.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IDeleteInterconnectRequest |
DeleteInterconnectRequest message or plain object |
callback |
google.cloud.compute.v1.Interconnects.DeleteCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
delete(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls Delete.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IDeleteInterconnectRequest |
DeleteInterconnectRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
get(request, callback) → {undefined}
Calls Get.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetInterconnectRequest |
GetInterconnectRequest message or plain object |
callback |
google.cloud.compute.v1.Interconnects.GetCallback |
Node-style callback called with the error, if any, and Interconnect |
Returns:
Type | Description |
---|---|
undefined |
get(request) → {Promise.<google.cloud.compute.v1.Interconnect>}
Calls Get.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetInterconnectRequest |
GetInterconnectRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Interconnect> |
Promise |
getDiagnostics(request, callback) → {undefined}
Calls GetDiagnostics.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetDiagnosticsInterconnectRequest |
GetDiagnosticsInterconnectRequest message or plain object |
callback |
google.cloud.compute.v1.Interconnects.GetDiagnosticsCallback |
Node-style callback called with the error, if any, and InterconnectsGetDiagnosticsResponse |
Returns:
Type | Description |
---|---|
undefined |
getDiagnostics(request) → {Promise.<google.cloud.compute.v1.InterconnectsGetDiagnosticsResponse>}
Calls GetDiagnostics.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetDiagnosticsInterconnectRequest |
GetDiagnosticsInterconnectRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.InterconnectsGetDiagnosticsResponse> |
Promise |
insert(request, callback) → {undefined}
Calls Insert.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IInsertInterconnectRequest |
InsertInterconnectRequest message or plain object |
callback |
google.cloud.compute.v1.Interconnects.InsertCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
insert(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls Insert.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IInsertInterconnectRequest |
InsertInterconnectRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
list(request, callback) → {undefined}
Calls List.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IListInterconnectsRequest |
ListInterconnectsRequest message or plain object |
callback |
google.cloud.compute.v1.Interconnects.ListCallback |
Node-style callback called with the error, if any, and InterconnectList |
Returns:
Type | Description |
---|---|
undefined |
list(request) → {Promise.<google.cloud.compute.v1.InterconnectList>}
Calls List.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IListInterconnectsRequest |
ListInterconnectsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.InterconnectList> |
Promise |
patch(request, callback) → {undefined}
Calls Patch.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IPatchInterconnectRequest |
PatchInterconnectRequest message or plain object |
callback |
google.cloud.compute.v1.Interconnects.PatchCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
patch(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls Patch.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IPatchInterconnectRequest |
PatchInterconnectRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
setLabels(request, callback) → {undefined}
Calls SetLabels.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetLabelsInterconnectRequest |
SetLabelsInterconnectRequest message or plain object |
callback |
google.cloud.compute.v1.Interconnects.SetLabelsCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
setLabels(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls SetLabels.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetLabelsInterconnectRequest |
SetLabelsInterconnectRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {Interconnects}
Creates new Interconnects 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 |
---|---|
Interconnects |
RPC service. Useful where requests and/or responses are streamed. |
Type Definitions
DeleteCallback(error, responseopt)
Callback as used by delete_.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |
GetCallback(error, responseopt)
Callback as used by get.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Interconnect |
<optional> |
Interconnect |
GetDiagnosticsCallback(error, responseopt)
Callback as used by getDiagnostics.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.InterconnectsGetDiagnosticsResponse |
<optional> |
InterconnectsGetDiagnosticsResponse |
InsertCallback(error, responseopt)
Callback as used by insert.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |
ListCallback(error, responseopt)
Callback as used by list.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.InterconnectList |
<optional> |
InterconnectList |
PatchCallback(error, responseopt)
Callback as used by patch.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |
SetLabelsCallback(error, responseopt)
Callback as used by setLabels.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |