Constructor
new TargetHttpProxies(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new TargetHttpProxies 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
aggregatedList(request, callback) → {undefined}
Calls AggregatedList.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IAggregatedListTargetHttpProxiesRequest |
AggregatedListTargetHttpProxiesRequest message or plain object |
callback |
google.cloud.compute.v1.TargetHttpProxies.AggregatedListCallback |
Node-style callback called with the error, if any, and TargetHttpProxyAggregatedList |
Returns:
Type | Description |
---|---|
undefined |
aggregatedList(request) → {Promise.<google.cloud.compute.v1.TargetHttpProxyAggregatedList>}
Calls AggregatedList.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IAggregatedListTargetHttpProxiesRequest |
AggregatedListTargetHttpProxiesRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.TargetHttpProxyAggregatedList> |
Promise |
delete(request, callback) → {undefined}
Calls Delete.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IDeleteTargetHttpProxyRequest |
DeleteTargetHttpProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetHttpProxies.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.IDeleteTargetHttpProxyRequest |
DeleteTargetHttpProxyRequest 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.IGetTargetHttpProxyRequest |
GetTargetHttpProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetHttpProxies.GetCallback |
Node-style callback called with the error, if any, and TargetHttpProxy |
Returns:
Type | Description |
---|---|
undefined |
get(request) → {Promise.<google.cloud.compute.v1.TargetHttpProxy>}
Calls Get.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetTargetHttpProxyRequest |
GetTargetHttpProxyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.TargetHttpProxy> |
Promise |
insert(request, callback) → {undefined}
Calls Insert.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IInsertTargetHttpProxyRequest |
InsertTargetHttpProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetHttpProxies.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.IInsertTargetHttpProxyRequest |
InsertTargetHttpProxyRequest 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.IListTargetHttpProxiesRequest |
ListTargetHttpProxiesRequest message or plain object |
callback |
google.cloud.compute.v1.TargetHttpProxies.ListCallback |
Node-style callback called with the error, if any, and TargetHttpProxyList |
Returns:
Type | Description |
---|---|
undefined |
list(request) → {Promise.<google.cloud.compute.v1.TargetHttpProxyList>}
Calls List.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IListTargetHttpProxiesRequest |
ListTargetHttpProxiesRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.TargetHttpProxyList> |
Promise |
patch(request, callback) → {undefined}
Calls Patch.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IPatchTargetHttpProxyRequest |
PatchTargetHttpProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetHttpProxies.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.IPatchTargetHttpProxyRequest |
PatchTargetHttpProxyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
setUrlMap(request, callback) → {undefined}
Calls SetUrlMap.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetUrlMapTargetHttpProxyRequest |
SetUrlMapTargetHttpProxyRequest message or plain object |
callback |
google.cloud.compute.v1.TargetHttpProxies.SetUrlMapCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
setUrlMap(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls SetUrlMap.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetUrlMapTargetHttpProxyRequest |
SetUrlMapTargetHttpProxyRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {TargetHttpProxies}
Creates new TargetHttpProxies 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 |
---|---|
TargetHttpProxies |
RPC service. Useful where requests and/or responses are streamed. |
Type Definitions
AggregatedListCallback(error, responseopt)
Callback as used by aggregatedList.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.TargetHttpProxyAggregatedList |
<optional> |
TargetHttpProxyAggregatedList |
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.TargetHttpProxy |
<optional> |
TargetHttpProxy |
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.TargetHttpProxyList |
<optional> |
TargetHttpProxyList |
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 |
SetUrlMapCallback(error, responseopt)
Callback as used by setUrlMap.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |