TargetTcpProxies

google.cloud.compute.v1. TargetTcpProxies

Represents a TargetTcpProxies

Constructor

new TargetTcpProxies(rpcImpl, requestDelimitedopt, responseDelimitedopt)

Constructs a new TargetTcpProxies 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.IAggregatedListTargetTcpProxiesRequest

AggregatedListTargetTcpProxiesRequest message or plain object

callback google.cloud.compute.v1.TargetTcpProxies.AggregatedListCallback

Node-style callback called with the error, if any, and TargetTcpProxyAggregatedList

Returns:
Type Description
undefined

aggregatedList(request) → {Promise.<google.cloud.compute.v1.TargetTcpProxyAggregatedList>}

Calls AggregatedList.

Parameters:
Name Type Description
request google.cloud.compute.v1.IAggregatedListTargetTcpProxiesRequest

AggregatedListTargetTcpProxiesRequest message or plain object

Returns:
Type Description
Promise.<google.cloud.compute.v1.TargetTcpProxyAggregatedList>

Promise

delete(request, callback) → {undefined}

Calls Delete.

Parameters:
Name Type Description
request google.cloud.compute.v1.IDeleteTargetTcpProxyRequest

DeleteTargetTcpProxyRequest message or plain object

callback google.cloud.compute.v1.TargetTcpProxies.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.IDeleteTargetTcpProxyRequest

DeleteTargetTcpProxyRequest 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.IGetTargetTcpProxyRequest

GetTargetTcpProxyRequest message or plain object

callback google.cloud.compute.v1.TargetTcpProxies.GetCallback

Node-style callback called with the error, if any, and TargetTcpProxy

Returns:
Type Description
undefined

get(request) → {Promise.<google.cloud.compute.v1.TargetTcpProxy>}

Calls Get.

Parameters:
Name Type Description
request google.cloud.compute.v1.IGetTargetTcpProxyRequest

GetTargetTcpProxyRequest message or plain object

Returns:
Type Description
Promise.<google.cloud.compute.v1.TargetTcpProxy>

Promise

insert(request, callback) → {undefined}

Calls Insert.

Parameters:
Name Type Description
request google.cloud.compute.v1.IInsertTargetTcpProxyRequest

InsertTargetTcpProxyRequest message or plain object

callback google.cloud.compute.v1.TargetTcpProxies.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.IInsertTargetTcpProxyRequest

InsertTargetTcpProxyRequest 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.IListTargetTcpProxiesRequest

ListTargetTcpProxiesRequest message or plain object

callback google.cloud.compute.v1.TargetTcpProxies.ListCallback

Node-style callback called with the error, if any, and TargetTcpProxyList

Returns:
Type Description
undefined

list(request) → {Promise.<google.cloud.compute.v1.TargetTcpProxyList>}

Calls List.

Parameters:
Name Type Description
request google.cloud.compute.v1.IListTargetTcpProxiesRequest

ListTargetTcpProxiesRequest message or plain object

Returns:
Type Description
Promise.<google.cloud.compute.v1.TargetTcpProxyList>

Promise

setBackendService(request, callback) → {undefined}

Calls SetBackendService.

Parameters:
Name Type Description
request google.cloud.compute.v1.ISetBackendServiceTargetTcpProxyRequest

SetBackendServiceTargetTcpProxyRequest message or plain object

callback google.cloud.compute.v1.TargetTcpProxies.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.ISetBackendServiceTargetTcpProxyRequest

SetBackendServiceTargetTcpProxyRequest 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.ISetProxyHeaderTargetTcpProxyRequest

SetProxyHeaderTargetTcpProxyRequest message or plain object

callback google.cloud.compute.v1.TargetTcpProxies.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.ISetProxyHeaderTargetTcpProxyRequest

SetProxyHeaderTargetTcpProxyRequest message or plain object

Returns:
Type Description
Promise.<google.cloud.compute.v1.Operation>

Promise

(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {TargetTcpProxies}

Creates new TargetTcpProxies 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
TargetTcpProxies

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.TargetTcpProxyAggregatedList <optional>

TargetTcpProxyAggregatedList

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.TargetTcpProxy <optional>

TargetTcpProxy

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.TargetTcpProxyList <optional>

TargetTcpProxyList

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

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