[BindServiceMethod(typeof(AppConnectorsService), "BindService")]
public abstract class AppConnectorsService.AppConnectorsServiceBase
Reference documentation and code samples for the BeyondCorp AppConnectors v1 API class AppConnectorsService.AppConnectorsServiceBase.
Base class for server-side implementations of AppConnectorsService
Namespace
Google.Cloud.BeyondCorp.AppConnectors.V1Assembly
Google.Cloud.BeyondCorp.AppConnectors.V1.dll
Methods
CreateAppConnector(CreateAppConnectorRequest, ServerCallContext)
public virtual Task<Operation> CreateAppConnector(CreateAppConnectorRequest request, ServerCallContext context)
Creates a new AppConnector in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateAppConnectorRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskOperation | The response to send back to the client (wrapped by a task). |
DeleteAppConnector(DeleteAppConnectorRequest, ServerCallContext)
public virtual Task<Operation> DeleteAppConnector(DeleteAppConnectorRequest request, ServerCallContext context)
Deletes a single AppConnector.
Parameters | |
---|---|
Name | Description |
request | DeleteAppConnectorRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskOperation | The response to send back to the client (wrapped by a task). |
GetAppConnector(GetAppConnectorRequest, ServerCallContext)
public virtual Task<AppConnector> GetAppConnector(GetAppConnectorRequest request, ServerCallContext context)
Gets details of a single AppConnector.
Parameters | |
---|---|
Name | Description |
request | GetAppConnectorRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskAppConnector | The response to send back to the client (wrapped by a task). |
ListAppConnectors(ListAppConnectorsRequest, ServerCallContext)
public virtual Task<ListAppConnectorsResponse> ListAppConnectors(ListAppConnectorsRequest request, ServerCallContext context)
Lists AppConnectors in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListAppConnectorsRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskListAppConnectorsResponse | The response to send back to the client (wrapped by a task). |
ReportStatus(ReportStatusRequest, ServerCallContext)
public virtual Task<Operation> ReportStatus(ReportStatusRequest request, ServerCallContext context)
Report status for a given connector.
Parameters | |
---|---|
Name | Description |
request | ReportStatusRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskOperation | The response to send back to the client (wrapped by a task). |
UpdateAppConnector(UpdateAppConnectorRequest, ServerCallContext)
public virtual Task<Operation> UpdateAppConnector(UpdateAppConnectorRequest request, ServerCallContext context)
Updates the parameters of a single AppConnector.
Parameters | |
---|---|
Name | Description |
request | UpdateAppConnectorRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskOperation | The response to send back to the client (wrapped by a task). |