[BindServiceMethod(typeof(RegionTargetHttpProxies), "BindService")]
public abstract class RegionTargetHttpProxies.RegionTargetHttpProxiesBaseReference documentation and code samples for the Compute Engine v1 API class RegionTargetHttpProxies.RegionTargetHttpProxiesBase.
Base class for server-side implementations of RegionTargetHttpProxies
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
Delete(DeleteRegionTargetHttpProxyRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteRegionTargetHttpProxyRequest request, ServerCallContext context)Deletes the specified TargetHttpProxy resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRegionTargetHttpProxyRequestThe request received from the client. |
context |
ServerCallContextThe 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(GetRegionTargetHttpProxyRequest, ServerCallContext)
public virtual Task<TargetHttpProxy> Get(GetRegionTargetHttpProxyRequest request, ServerCallContext context)Returns the specified TargetHttpProxy resource in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionTargetHttpProxyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTargetHttpProxy |
The response to send back to the client (wrapped by a task). |
Insert(InsertRegionTargetHttpProxyRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertRegionTargetHttpProxyRequest request, ServerCallContext context)Creates a TargetHttpProxy resource in the specified project and region using the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertRegionTargetHttpProxyRequestThe request received from the client. |
context |
ServerCallContextThe 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(ListRegionTargetHttpProxiesRequest, ServerCallContext)
public virtual Task<TargetHttpProxyList> List(ListRegionTargetHttpProxiesRequest request, ServerCallContext context)Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionTargetHttpProxiesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTargetHttpProxyList |
The response to send back to the client (wrapped by a task). |
SetUrlMap(SetUrlMapRegionTargetHttpProxyRequest, ServerCallContext)
public virtual Task<Operation> SetUrlMap(SetUrlMapRegionTargetHttpProxyRequest request, ServerCallContext context)Changes the URL map for TargetHttpProxy.
| Parameters | |
|---|---|
| Name | Description |
request |
SetUrlMapRegionTargetHttpProxyRequestThe request received from the client. |
context |
ServerCallContextThe 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). |