Constructor
new TargetSslProxies(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new TargetSslProxies 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.IDeleteTargetSslProxyRequest |
DeleteTargetSslProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetSslProxies.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.IDeleteTargetSslProxyRequest |
DeleteTargetSslProxyRequest 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.IGetTargetSslProxyRequest |
GetTargetSslProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetSslProxies.GetCallback |
Node-style callback called with the error, if any, and TargetSslProxy |
Returns:
Type | Description |
---|---|
undefined |
get(request) → {Promise.<google.cloud.compute.v1.TargetSslProxy>}
Calls Get.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetTargetSslProxyRequest |
GetTargetSslProxyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.TargetSslProxy> |
Promise |
insert(request, callback) → {undefined}
Calls Insert.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IInsertTargetSslProxyRequest |
InsertTargetSslProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetSslProxies.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.IInsertTargetSslProxyRequest |
InsertTargetSslProxyRequest 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.IListTargetSslProxiesRequest |
ListTargetSslProxiesRequest message or plain object |
callback |
google.cloud.compute.v1.TargetSslProxies.ListCallback |
Node-style callback called with the error, if any, and TargetSslProxyList |
Returns:
Type | Description |
---|---|
undefined |
list(request) → {Promise.<google.cloud.compute.v1.TargetSslProxyList>}
Calls List.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IListTargetSslProxiesRequest |
ListTargetSslProxiesRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.TargetSslProxyList> |
Promise |
setBackendService(request, callback) → {undefined}
Calls SetBackendService.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetBackendServiceTargetSslProxyRequest |
SetBackendServiceTargetSslProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetSslProxies.SetBackendServiceCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
setBackendService(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls SetBackendService.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetBackendServiceTargetSslProxyRequest |
SetBackendServiceTargetSslProxyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
setCertificateMap(request, callback) → {undefined}
Calls SetCertificateMap.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetCertificateMapTargetSslProxyRequest |
SetCertificateMapTargetSslProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetSslProxies.SetCertificateMapCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
setCertificateMap(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls SetCertificateMap.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetCertificateMapTargetSslProxyRequest |
SetCertificateMapTargetSslProxyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
setProxyHeader(request, callback) → {undefined}
Calls SetProxyHeader.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetProxyHeaderTargetSslProxyRequest |
SetProxyHeaderTargetSslProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetSslProxies.SetProxyHeaderCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
setProxyHeader(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls SetProxyHeader.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetProxyHeaderTargetSslProxyRequest |
SetProxyHeaderTargetSslProxyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
setSslCertificates(request, callback) → {undefined}
Calls SetSslCertificates.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetSslCertificatesTargetSslProxyRequest |
SetSslCertificatesTargetSslProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetSslProxies.SetSslCertificatesCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
setSslCertificates(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls SetSslCertificates.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetSslCertificatesTargetSslProxyRequest |
SetSslCertificatesTargetSslProxyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
setSslPolicy(request, callback) → {undefined}
Calls SetSslPolicy.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetSslPolicyTargetSslProxyRequest |
SetSslPolicyTargetSslProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetSslProxies.SetSslPolicyCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
setSslPolicy(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls SetSslPolicy.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetSslPolicyTargetSslProxyRequest |
SetSslPolicyTargetSslProxyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {TargetSslProxies}
Creates new TargetSslProxies 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 |
---|---|
TargetSslProxies |
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.TargetSslProxy |
<optional> |
TargetSslProxy |
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.TargetSslProxyList |
<optional> |
TargetSslProxyList |
SetBackendServiceCallback(error, responseopt)
Callback as used by setBackendService.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |
SetCertificateMapCallback(error, responseopt)
Callback as used by setCertificateMap.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |
SetProxyHeaderCallback(error, responseopt)
Callback as used by setProxyHeader.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |
SetSslCertificatesCallback(error, responseopt)
Callback as used by setSslCertificates.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |
SetSslPolicyCallback(error, responseopt)
Callback as used by setSslPolicy.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |