- 3.23.0 (latest)
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
[BindServiceMethod(typeof(TargetHttpProxies), "BindService")]
public abstract class TargetHttpProxiesBaseBase class for server-side implementations of TargetHttpProxies
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
AggregatedList(AggregatedListTargetHttpProxiesRequest, ServerCallContext)
public virtual Task<TargetHttpProxyAggregatedList> AggregatedList(AggregatedListTargetHttpProxiesRequest request, ServerCallContext context)Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project.
| Parameters | |
|---|---|
| Name | Description |
request |
AggregatedListTargetHttpProxiesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<TargetHttpProxyAggregatedList> |
The response to send back to the client (wrapped by a task). |
Delete(DeleteTargetHttpProxyRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteTargetHttpProxyRequest request, ServerCallContext context)Deletes the specified TargetHttpProxy resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTargetHttpProxyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
Get(GetTargetHttpProxyRequest, ServerCallContext)
public virtual Task<TargetHttpProxy> Get(GetTargetHttpProxyRequest request, ServerCallContext context)Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTargetHttpProxyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<TargetHttpProxy> |
The response to send back to the client (wrapped by a task). |
Insert(InsertTargetHttpProxyRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertTargetHttpProxyRequest request, ServerCallContext context)Creates a TargetHttpProxy resource in the specified project using the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertTargetHttpProxyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
List(ListTargetHttpProxiesRequest, ServerCallContext)
public virtual Task<TargetHttpProxyList> List(ListTargetHttpProxiesRequest request, ServerCallContext context)Retrieves the list of TargetHttpProxy resources available to the specified project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTargetHttpProxiesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<TargetHttpProxyList> |
The response to send back to the client (wrapped by a task). |
Patch(PatchTargetHttpProxyRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchTargetHttpProxyRequest request, ServerCallContext context)Patches the specified TargetHttpProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
| Parameters | |
|---|---|
| Name | Description |
request |
PatchTargetHttpProxyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
SetUrlMap(SetUrlMapTargetHttpProxyRequest, ServerCallContext)
public virtual Task<Operation> SetUrlMap(SetUrlMapTargetHttpProxyRequest request, ServerCallContext context)Changes the URL map for TargetHttpProxy.
| Parameters | |
|---|---|
| Name | Description |
request |
SetUrlMapTargetHttpProxyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |