[BindServiceMethod(typeof(IDS), "BindService")]
public abstract class IDSBase
Base class for server-side implementations of IDS
Namespace
Google.Cloud.Ids.V1Assembly
Google.Cloud.Ids.V1.dll
Methods
CreateEndpoint(CreateEndpointRequest, ServerCallContext)
public virtual Task<Operation> CreateEndpoint(CreateEndpointRequest request, ServerCallContext context)
Creates a new Endpoint in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateEndpointRequest 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). |
DeleteEndpoint(DeleteEndpointRequest, ServerCallContext)
public virtual Task<Operation> DeleteEndpoint(DeleteEndpointRequest request, ServerCallContext context)
Deletes a single Endpoint.
Parameters | |
---|---|
Name | Description |
request | DeleteEndpointRequest 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). |
GetEndpoint(GetEndpointRequest, ServerCallContext)
public virtual Task<Endpoint> GetEndpoint(GetEndpointRequest request, ServerCallContext context)
Gets details of a single Endpoint.
Parameters | |
---|---|
Name | Description |
request | GetEndpointRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Endpoint> | The response to send back to the client (wrapped by a task). |
ListEndpoints(ListEndpointsRequest, ServerCallContext)
public virtual Task<ListEndpointsResponse> ListEndpoints(ListEndpointsRequest request, ServerCallContext context)
Lists Endpoints in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListEndpointsRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ListEndpointsResponse> | The response to send back to the client (wrapped by a task). |