[BindServiceMethod(typeof(Connectors), "BindService")]
public abstract class Connectors.ConnectorsBaseReference documentation and code samples for the Integration Connectors v1 API class Connectors.ConnectorsBase.
Base class for server-side implementations of Connectors
Namespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Methods
CreateConnection(CreateConnectionRequest, ServerCallContext)
public virtual Task<Operation> CreateConnection(CreateConnectionRequest request, ServerCallContext context)Creates a new Connection in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateConnectionRequestThe request received from the client. |
context |
ServerCallContextThe 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). |
DeleteConnection(DeleteConnectionRequest, ServerCallContext)
public virtual Task<Operation> DeleteConnection(DeleteConnectionRequest request, ServerCallContext context)Deletes a single Connection.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteConnectionRequestThe request received from the client. |
context |
ServerCallContextThe 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). |
GetConnection(GetConnectionRequest, ServerCallContext)
public virtual Task<Connection> GetConnection(GetConnectionRequest request, ServerCallContext context)Gets details of a single Connection.
| Parameters | |
|---|---|
| Name | Description |
request |
GetConnectionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskConnection |
The response to send back to the client (wrapped by a task). |
GetConnectionSchemaMetadata(GetConnectionSchemaMetadataRequest, ServerCallContext)
public virtual Task<ConnectionSchemaMetadata> GetConnectionSchemaMetadata(GetConnectionSchemaMetadataRequest request, ServerCallContext context)Gets schema metadata of a connection. SchemaMetadata is a singleton resource for each connection.
| Parameters | |
|---|---|
| Name | Description |
request |
GetConnectionSchemaMetadataRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskConnectionSchemaMetadata |
The response to send back to the client (wrapped by a task). |
GetConnector(GetConnectorRequest, ServerCallContext)
public virtual Task<Connector> GetConnector(GetConnectorRequest request, ServerCallContext context)Gets details of a single Connector.
| Parameters | |
|---|---|
| Name | Description |
request |
GetConnectorRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskConnector |
The response to send back to the client (wrapped by a task). |
GetConnectorVersion(GetConnectorVersionRequest, ServerCallContext)
public virtual Task<ConnectorVersion> GetConnectorVersion(GetConnectorVersionRequest request, ServerCallContext context)Gets details of a single connector version.
| Parameters | |
|---|---|
| Name | Description |
request |
GetConnectorVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskConnectorVersion |
The response to send back to the client (wrapped by a task). |
GetGlobalSettings(GetGlobalSettingsRequest, ServerCallContext)
public virtual Task<Settings> GetGlobalSettings(GetGlobalSettingsRequest request, ServerCallContext context)GetGlobalSettings gets settings of a project. GlobalSettings is a singleton resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGlobalSettingsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSettings |
The response to send back to the client (wrapped by a task). |
GetProvider(GetProviderRequest, ServerCallContext)
public virtual Task<Provider> GetProvider(GetProviderRequest request, ServerCallContext context)Gets details of a provider.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProviderRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskProvider |
The response to send back to the client (wrapped by a task). |
GetRuntimeConfig(GetRuntimeConfigRequest, ServerCallContext)
public virtual Task<RuntimeConfig> GetRuntimeConfig(GetRuntimeConfigRequest request, ServerCallContext context)Gets the runtimeConfig of a location. RuntimeConfig is a singleton resource for each location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRuntimeConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskRuntimeConfig |
The response to send back to the client (wrapped by a task). |
ListConnections(ListConnectionsRequest, ServerCallContext)
public virtual Task<ListConnectionsResponse> ListConnections(ListConnectionsRequest request, ServerCallContext context)Lists Connections in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListConnectionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListConnectionsResponse |
The response to send back to the client (wrapped by a task). |
ListConnectorVersions(ListConnectorVersionsRequest, ServerCallContext)
public virtual Task<ListConnectorVersionsResponse> ListConnectorVersions(ListConnectorVersionsRequest request, ServerCallContext context)Lists Connector Versions in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListConnectorVersionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListConnectorVersionsResponse |
The response to send back to the client (wrapped by a task). |
ListConnectors(ListConnectorsRequest, ServerCallContext)
public virtual Task<ListConnectorsResponse> ListConnectors(ListConnectorsRequest request, ServerCallContext context)Lists Connectors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListConnectorsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListConnectorsResponse |
The response to send back to the client (wrapped by a task). |
ListProviders(ListProvidersRequest, ServerCallContext)
public virtual Task<ListProvidersResponse> ListProviders(ListProvidersRequest request, ServerCallContext context)Lists Providers in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProvidersRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListProvidersResponse |
The response to send back to the client (wrapped by a task). |
ListRuntimeActionSchemas(ListRuntimeActionSchemasRequest, ServerCallContext)
public virtual Task<ListRuntimeActionSchemasResponse> ListRuntimeActionSchemas(ListRuntimeActionSchemasRequest request, ServerCallContext context)List schema of a runtime actions filtered by action name.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRuntimeActionSchemasRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListRuntimeActionSchemasResponse |
The response to send back to the client (wrapped by a task). |
ListRuntimeEntitySchemas(ListRuntimeEntitySchemasRequest, ServerCallContext)
public virtual Task<ListRuntimeEntitySchemasResponse> ListRuntimeEntitySchemas(ListRuntimeEntitySchemasRequest request, ServerCallContext context)List schema of a runtime entities filtered by entity name.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRuntimeEntitySchemasRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListRuntimeEntitySchemasResponse |
The response to send back to the client (wrapped by a task). |
RefreshConnectionSchemaMetadata(RefreshConnectionSchemaMetadataRequest, ServerCallContext)
public virtual Task<Operation> RefreshConnectionSchemaMetadata(RefreshConnectionSchemaMetadataRequest request, ServerCallContext context)Refresh runtime schema of a connection.
| Parameters | |
|---|---|
| Name | Description |
request |
RefreshConnectionSchemaMetadataRequestThe request received from the client. |
context |
ServerCallContextThe 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). |
UpdateConnection(UpdateConnectionRequest, ServerCallContext)
public virtual Task<Operation> UpdateConnection(UpdateConnectionRequest request, ServerCallContext context)Updates the parameters of a single Connection.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateConnectionRequestThe request received from the client. |
context |
ServerCallContextThe 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). |