Compute Engine v1 API - Class RegionTargetTcpProxies.RegionTargetTcpProxiesBase (2.16.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
Name Description
request DeleteRegionTargetTcpProxyRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
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
Name Description
request GetRegionTargetTcpProxyRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
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
Name Description
request InsertRegionTargetTcpProxyRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
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
Name Description
request ListRegionTargetTcpProxiesRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskTargetTcpProxyList

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