[BindServiceMethod(typeof(RegionTargetHttpsProxies), "BindService")]
public abstract class RegionTargetHttpsProxiesBase
Base class for server-side implementations of RegionTargetHttpsProxies
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
Delete(DeleteRegionTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteRegionTargetHttpsProxyRequest request, ServerCallContext context)
Deletes the specified TargetHttpsProxy resource.
Parameters | |
---|---|
Name | Description |
request | DeleteRegionTargetHttpsProxyRequest The request received from the client. |
context | ServerCallContext The 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(GetRegionTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<TargetHttpsProxy> Get(GetRegionTargetHttpsProxyRequest request, ServerCallContext context)
Returns the specified TargetHttpsProxy resource in the specified region. Gets a list of available target HTTP proxies by making a list() request.
Parameters | |
---|---|
Name | Description |
request | GetRegionTargetHttpsProxyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<TargetHttpsProxy> | The response to send back to the client (wrapped by a task). |
Insert(InsertRegionTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertRegionTargetHttpsProxyRequest request, ServerCallContext context)
Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.
Parameters | |
---|---|
Name | Description |
request | InsertRegionTargetHttpsProxyRequest The request received from the client. |
context | ServerCallContext The 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(ListRegionTargetHttpsProxiesRequest, ServerCallContext)
public virtual Task<TargetHttpsProxyList> List(ListRegionTargetHttpsProxiesRequest request, ServerCallContext context)
Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.
Parameters | |
---|---|
Name | Description |
request | ListRegionTargetHttpsProxiesRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<TargetHttpsProxyList> | The response to send back to the client (wrapped by a task). |
SetSslCertificates(SetSslCertificatesRegionTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> SetSslCertificates(SetSslCertificatesRegionTargetHttpsProxyRequest request, ServerCallContext context)
Replaces SslCertificates for TargetHttpsProxy.
Parameters | |
---|---|
Name | Description |
request | SetSslCertificatesRegionTargetHttpsProxyRequest The request received from the client. |
context | ServerCallContext The 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(SetUrlMapRegionTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> SetUrlMap(SetUrlMapRegionTargetHttpsProxyRequest request, ServerCallContext context)
Changes the URL map for TargetHttpsProxy.
Parameters | |
---|---|
Name | Description |
request | SetUrlMapRegionTargetHttpsProxyRequest The request received from the client. |
context | ServerCallContext The 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). |