[BindServiceMethod(typeof(BackendServices), "BindService")]
public abstract class BackendServicesBaseBase class for server-side implementations of BackendServices
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
AddSignedUrlKey(AddSignedUrlKeyBackendServiceRequest, ServerCallContext)
public virtual Task<Operation> AddSignedUrlKey(AddSignedUrlKeyBackendServiceRequest request, ServerCallContext context)Adds a key for validating requests with signed URLs for this backend service.
| Parameters | |
|---|---|
| Name | Description |
request |
AddSignedUrlKeyBackendServiceRequestThe 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). |
AggregatedList(AggregatedListBackendServicesRequest, ServerCallContext)
public virtual Task<BackendServiceAggregatedList> AggregatedList(AggregatedListBackendServicesRequest request, ServerCallContext context)Retrieves the list of all BackendService resources, regional and global, available to the specified project.
| Parameters | |
|---|---|
| Name | Description |
request |
AggregatedListBackendServicesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<BackendServiceAggregatedList> |
The response to send back to the client (wrapped by a task). |
Delete(DeleteBackendServiceRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteBackendServiceRequest request, ServerCallContext context)Deletes the specified BackendService resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteBackendServiceRequestThe 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). |
DeleteSignedUrlKey(DeleteSignedUrlKeyBackendServiceRequest, ServerCallContext)
public virtual Task<Operation> DeleteSignedUrlKey(DeleteSignedUrlKeyBackendServiceRequest request, ServerCallContext context)Deletes a key for validating requests with signed URLs for this backend service.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSignedUrlKeyBackendServiceRequestThe 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(GetBackendServiceRequest, ServerCallContext)
public virtual Task<BackendService> Get(GetBackendServiceRequest request, ServerCallContext context)Returns the specified BackendService resource. Gets a list of available backend services.
| Parameters | |
|---|---|
| Name | Description |
request |
GetBackendServiceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<BackendService> |
The response to send back to the client (wrapped by a task). |
GetHealth(GetHealthBackendServiceRequest, ServerCallContext)
public virtual Task<BackendServiceGroupHealth> GetHealth(GetHealthBackendServiceRequest request, ServerCallContext context)Gets the most recent health check results for this BackendService. Example request body: { "group": "/zones/us-east1-b/instanceGroups/lb-backend-example" }
| Parameters | |
|---|---|
| Name | Description |
request |
GetHealthBackendServiceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<BackendServiceGroupHealth> |
The response to send back to the client (wrapped by a task). |
Insert(InsertBackendServiceRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertBackendServiceRequest request, ServerCallContext context)Creates a BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview .
| Parameters | |
|---|---|
| Name | Description |
request |
InsertBackendServiceRequestThe 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(ListBackendServicesRequest, ServerCallContext)
public virtual Task<BackendServiceList> List(ListBackendServicesRequest request, ServerCallContext context)Retrieves the list of BackendService resources available to the specified project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListBackendServicesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<BackendServiceList> |
The response to send back to the client (wrapped by a task). |
Patch(PatchBackendServiceRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchBackendServiceRequest request, ServerCallContext context)Patches the specified BackendService resource with the data included in the request. For more information, see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
| Parameters | |
|---|---|
| Name | Description |
request |
PatchBackendServiceRequestThe 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). |
SetEdgeSecurityPolicy(SetEdgeSecurityPolicyBackendServiceRequest, ServerCallContext)
public virtual Task<Operation> SetEdgeSecurityPolicy(SetEdgeSecurityPolicyBackendServiceRequest request, ServerCallContext context)Sets the edge security policy for the specified backend service.
| Parameters | |
|---|---|
| Name | Description |
request |
SetEdgeSecurityPolicyBackendServiceRequestThe 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). |
SetSecurityPolicy(SetSecurityPolicyBackendServiceRequest, ServerCallContext)
public virtual Task<Operation> SetSecurityPolicy(SetSecurityPolicyBackendServiceRequest request, ServerCallContext context)Sets the Google Cloud Armor security policy for the specified backend service. For more information, see Google Cloud Armor Overview
| Parameters | |
|---|---|
| Name | Description |
request |
SetSecurityPolicyBackendServiceRequestThe 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). |
Update(UpdateBackendServiceRequest, ServerCallContext)
public virtual Task<Operation> Update(UpdateBackendServiceRequest request, ServerCallContext context)Updates the specified BackendService resource with the data included in the request. For more information, see Backend services overview.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateBackendServiceRequestThe 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). |