Compute Engine v1 API - Class RegionTargetTcpProxies.RegionTargetTcpProxiesBase (2.15.0)

[BindServiceMethod(typeof(RegionTargetTcpProxies), "BindService")]
public abstract class RegionTargetTcpProxies.RegionTargetTcpProxiesBase

Reference documentation and code samples for the Compute Engine v1 API class RegionTargetTcpProxies.RegionTargetTcpProxiesBase.

Base class for server-side implementations of RegionTargetTcpProxies

Inheritance

object > RegionTargetTcpProxies.RegionTargetTcpProxiesBase

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Methods

Delete(DeleteRegionTargetTcpProxyRequest, ServerCallContext)

public virtual Task<Operation> Delete(DeleteRegionTargetTcpProxyRequest request, ServerCallContext context)

Deletes the specified TargetTcpProxy resource.

Parameters
NameDescription
requestDeleteRegionTargetTcpProxyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

Get(GetRegionTargetTcpProxyRequest, ServerCallContext)

public virtual Task<TargetTcpProxy> Get(GetRegionTargetTcpProxyRequest request, ServerCallContext context)

Returns the specified TargetTcpProxy resource.

Parameters
NameDescription
requestGetRegionTargetTcpProxyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskTargetTcpProxy

The response to send back to the client (wrapped by a task).

Insert(InsertRegionTargetTcpProxyRequest, ServerCallContext)

public virtual Task<Operation> Insert(InsertRegionTargetTcpProxyRequest request, ServerCallContext context)

Creates a TargetTcpProxy resource in the specified project and region using the data included in the request.

Parameters
NameDescription
requestInsertRegionTargetTcpProxyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

List(ListRegionTargetTcpProxiesRequest, ServerCallContext)

public virtual Task<TargetTcpProxyList> List(ListRegionTargetTcpProxiesRequest request, ServerCallContext context)

Retrieves a list of TargetTcpProxy resources available to the specified project in a given region.

Parameters
NameDescription
requestListRegionTargetTcpProxiesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskTargetTcpProxyList

The response to send back to the client (wrapped by a task).