Constructor
new ExternalVpnGateways(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new ExternalVpnGateways 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.IDeleteExternalVpnGatewayRequest |
DeleteExternalVpnGatewayRequest message or plain object |
callback |
google.cloud.compute.v1.ExternalVpnGateways.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.IDeleteExternalVpnGatewayRequest |
DeleteExternalVpnGatewayRequest 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.IGetExternalVpnGatewayRequest |
GetExternalVpnGatewayRequest message or plain object |
callback |
google.cloud.compute.v1.ExternalVpnGateways.GetCallback |
Node-style callback called with the error, if any, and ExternalVpnGateway |
Returns:
Type | Description |
---|---|
undefined |
get(request) → {Promise.<google.cloud.compute.v1.ExternalVpnGateway>}
Calls Get.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetExternalVpnGatewayRequest |
GetExternalVpnGatewayRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.ExternalVpnGateway> |
Promise |
insert(request, callback) → {undefined}
Calls Insert.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IInsertExternalVpnGatewayRequest |
InsertExternalVpnGatewayRequest message or plain object |
callback |
google.cloud.compute.v1.ExternalVpnGateways.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.IInsertExternalVpnGatewayRequest |
InsertExternalVpnGatewayRequest 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.IListExternalVpnGatewaysRequest |
ListExternalVpnGatewaysRequest message or plain object |
callback |
google.cloud.compute.v1.ExternalVpnGateways.ListCallback |
Node-style callback called with the error, if any, and ExternalVpnGatewayList |
Returns:
Type | Description |
---|---|
undefined |
list(request) → {Promise.<google.cloud.compute.v1.ExternalVpnGatewayList>}
Calls List.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IListExternalVpnGatewaysRequest |
ListExternalVpnGatewaysRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.ExternalVpnGatewayList> |
Promise |
setLabels(request, callback) → {undefined}
Calls SetLabels.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetLabelsExternalVpnGatewayRequest |
SetLabelsExternalVpnGatewayRequest message or plain object |
callback |
google.cloud.compute.v1.ExternalVpnGateways.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.ISetLabelsExternalVpnGatewayRequest |
SetLabelsExternalVpnGatewayRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
testIamPermissions(request, callback) → {undefined}
Calls TestIamPermissions.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ITestIamPermissionsExternalVpnGatewayRequest |
TestIamPermissionsExternalVpnGatewayRequest message or plain object |
callback |
google.cloud.compute.v1.ExternalVpnGateways.TestIamPermissionsCallback |
Node-style callback called with the error, if any, and TestPermissionsResponse |
Returns:
Type | Description |
---|---|
undefined |
testIamPermissions(request) → {Promise.<google.cloud.compute.v1.TestPermissionsResponse>}
Calls TestIamPermissions.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ITestIamPermissionsExternalVpnGatewayRequest |
TestIamPermissionsExternalVpnGatewayRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.TestPermissionsResponse> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {ExternalVpnGateways}
Creates new ExternalVpnGateways 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 |
---|---|
ExternalVpnGateways |
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.ExternalVpnGateway |
<optional> |
ExternalVpnGateway |
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.ExternalVpnGatewayList |
<optional> |
ExternalVpnGatewayList |
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 |
TestIamPermissionsCallback(error, responseopt)
Callback as used by testIamPermissions.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.TestPermissionsResponse |
<optional> |
TestPermissionsResponse |