[BindServiceMethod(typeof(TargetHttpsProxies), "BindService")]
public abstract class TargetHttpsProxiesBase
Base class for server-side implementations of TargetHttpsProxies
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
AggregatedList(AggregatedListTargetHttpsProxiesRequest, ServerCallContext)
public virtual Task<TargetHttpsProxyAggregatedList> AggregatedList(AggregatedListTargetHttpsProxiesRequest request, ServerCallContext context)
Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified project.
Parameters | |
---|---|
Name | Description |
request | AggregatedListTargetHttpsProxiesRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<TargetHttpsProxyAggregatedList> | The response to send back to the client (wrapped by a task). |
Delete(DeleteTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteTargetHttpsProxyRequest request, ServerCallContext context)
Deletes the specified TargetHttpsProxy resource.
Parameters | |
---|---|
Name | Description |
request | DeleteTargetHttpsProxyRequest 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(GetTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<TargetHttpsProxy> Get(GetTargetHttpsProxyRequest request, ServerCallContext context)
Returns the specified TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.
Parameters | |
---|---|
Name | Description |
request | GetTargetHttpsProxyRequest 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(InsertTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertTargetHttpsProxyRequest request, ServerCallContext context)
Creates a TargetHttpsProxy resource in the specified project using the data included in the request.
Parameters | |
---|---|
Name | Description |
request | InsertTargetHttpsProxyRequest 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(ListTargetHttpsProxiesRequest, ServerCallContext)
public virtual Task<TargetHttpsProxyList> List(ListTargetHttpsProxiesRequest request, ServerCallContext context)
Retrieves the list of TargetHttpsProxy resources available to the specified project.
Parameters | |
---|---|
Name | Description |
request | ListTargetHttpsProxiesRequest 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). |
Patch(PatchTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchTargetHttpsProxyRequest request, ServerCallContext context)
Patches the specified TargetHttpsProxy 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 | PatchTargetHttpsProxyRequest 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). |
SetQuicOverride(SetQuicOverrideTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> SetQuicOverride(SetQuicOverrideTargetHttpsProxyRequest request, ServerCallContext context)
Sets the QUIC override policy for TargetHttpsProxy.
Parameters | |
---|---|
Name | Description |
request | SetQuicOverrideTargetHttpsProxyRequest 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). |
SetSslCertificates(SetSslCertificatesTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> SetSslCertificates(SetSslCertificatesTargetHttpsProxyRequest request, ServerCallContext context)
Replaces SslCertificates for TargetHttpsProxy.
Parameters | |
---|---|
Name | Description |
request | SetSslCertificatesTargetHttpsProxyRequest 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). |
SetSslPolicy(SetSslPolicyTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> SetSslPolicy(SetSslPolicyTargetHttpsProxyRequest request, ServerCallContext context)
Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.
Parameters | |
---|---|
Name | Description |
request | SetSslPolicyTargetHttpsProxyRequest 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(SetUrlMapTargetHttpsProxyRequest, ServerCallContext)
public virtual Task<Operation> SetUrlMap(SetUrlMapTargetHttpsProxyRequest request, ServerCallContext context)
Changes the URL map for TargetHttpsProxy.
Parameters | |
---|---|
Name | Description |
request | SetUrlMapTargetHttpsProxyRequest 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). |