Integration Connectors v1 API - Class Connectors.ConnectorsClient (1.1.0)

public class Connectors.ConnectorsClient : ClientBase<Connectors.ConnectorsClient>

Reference documentation and code samples for the Integration Connectors v1 API class Connectors.ConnectorsClient.

Client for Connectors

Inheritance

object > ClientBase > ClientBaseConnectorsConnectorsClient > Connectors.ConnectorsClient

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

ConnectorsClient()

protected ConnectorsClient()

Protected parameterless constructor to allow creation of test doubles.

ConnectorsClient(CallInvoker)

public ConnectorsClient(CallInvoker callInvoker)

Creates a new client for Connectors that uses a custom CallInvoker.

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

ConnectorsClient(ChannelBase)

public ConnectorsClient(ChannelBase channel)

Creates a new client for Connectors

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

ConnectorsClient(ClientBaseConfiguration)

protected ConnectorsClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateConnection(CreateConnectionRequest, CallOptions)

public virtual Operation CreateConnection(CreateConnectionRequest request, CallOptions options)

Creates a new Connection in a given project and location.

Parameters
NameDescription
requestCreateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateConnection(CreateConnectionRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateConnection(CreateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Connection in a given project and location.

Parameters
NameDescription
requestCreateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateConnectionAsync(CreateConnectionRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateConnectionAsync(CreateConnectionRequest request, CallOptions options)

Creates a new Connection in a given project and location.

Parameters
NameDescription
requestCreateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateConnectionAsync(CreateConnectionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateConnectionAsync(CreateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Connection in a given project and location.

Parameters
NameDescription
requestCreateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.

Returns
TypeDescription
IAMPolicyIAMPolicyClient

A new IAMPolicy.IAMPolicyClient for the same target as this client.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
TypeDescription
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
TypeDescription
OperationsOperationsClient

A new Operations client for the same target as this client.

DeleteConnection(DeleteConnectionRequest, CallOptions)

public virtual Operation DeleteConnection(DeleteConnectionRequest request, CallOptions options)

Deletes a single Connection.

Parameters
NameDescription
requestDeleteConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteConnection(DeleteConnectionRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteConnection(DeleteConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Connection.

Parameters
NameDescription
requestDeleteConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteConnectionAsync(DeleteConnectionRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteConnectionAsync(DeleteConnectionRequest request, CallOptions options)

Deletes a single Connection.

Parameters
NameDescription
requestDeleteConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteConnectionAsync(DeleteConnectionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteConnectionAsync(DeleteConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Connection.

Parameters
NameDescription
requestDeleteConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

GetConnection(GetConnectionRequest, CallOptions)

public virtual Connection GetConnection(GetConnectionRequest request, CallOptions options)

Gets details of a single Connection.

Parameters
NameDescription
requestGetConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Connection

The response received from the server.

GetConnection(GetConnectionRequest, Metadata, DateTime?, CancellationToken)

public virtual Connection GetConnection(GetConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Connection.

Parameters
NameDescription
requestGetConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Connection

The response received from the server.

GetConnectionAsync(GetConnectionRequest, CallOptions)

public virtual AsyncUnaryCall<Connection> GetConnectionAsync(GetConnectionRequest request, CallOptions options)

Gets details of a single Connection.

Parameters
NameDescription
requestGetConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallConnection

The call object.

GetConnectionAsync(GetConnectionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Connection> GetConnectionAsync(GetConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Connection.

Parameters
NameDescription
requestGetConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallConnection

The call object.

GetConnectionSchemaMetadata(GetConnectionSchemaMetadataRequest, CallOptions)

public virtual ConnectionSchemaMetadata GetConnectionSchemaMetadata(GetConnectionSchemaMetadataRequest request, CallOptions options)

Gets schema metadata of a connection. SchemaMetadata is a singleton resource for each connection.

Parameters
NameDescription
requestGetConnectionSchemaMetadataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ConnectionSchemaMetadata

The response received from the server.

GetConnectionSchemaMetadata(GetConnectionSchemaMetadataRequest, Metadata, DateTime?, CancellationToken)

public virtual ConnectionSchemaMetadata GetConnectionSchemaMetadata(GetConnectionSchemaMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets schema metadata of a connection. SchemaMetadata is a singleton resource for each connection.

Parameters
NameDescription
requestGetConnectionSchemaMetadataRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ConnectionSchemaMetadata

The response received from the server.

GetConnectionSchemaMetadataAsync(GetConnectionSchemaMetadataRequest, CallOptions)

public virtual AsyncUnaryCall<ConnectionSchemaMetadata> GetConnectionSchemaMetadataAsync(GetConnectionSchemaMetadataRequest request, CallOptions options)

Gets schema metadata of a connection. SchemaMetadata is a singleton resource for each connection.

Parameters
NameDescription
requestGetConnectionSchemaMetadataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallConnectionSchemaMetadata

The call object.

GetConnectionSchemaMetadataAsync(GetConnectionSchemaMetadataRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ConnectionSchemaMetadata> GetConnectionSchemaMetadataAsync(GetConnectionSchemaMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets schema metadata of a connection. SchemaMetadata is a singleton resource for each connection.

Parameters
NameDescription
requestGetConnectionSchemaMetadataRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallConnectionSchemaMetadata

The call object.

GetConnector(GetConnectorRequest, CallOptions)

public virtual Connector GetConnector(GetConnectorRequest request, CallOptions options)

Gets details of a single Connector.

Parameters
NameDescription
requestGetConnectorRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Connector

The response received from the server.

GetConnector(GetConnectorRequest, Metadata, DateTime?, CancellationToken)

public virtual Connector GetConnector(GetConnectorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Connector.

Parameters
NameDescription
requestGetConnectorRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Connector

The response received from the server.

GetConnectorAsync(GetConnectorRequest, CallOptions)

public virtual AsyncUnaryCall<Connector> GetConnectorAsync(GetConnectorRequest request, CallOptions options)

Gets details of a single Connector.

Parameters
NameDescription
requestGetConnectorRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallConnector

The call object.

GetConnectorAsync(GetConnectorRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Connector> GetConnectorAsync(GetConnectorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Connector.

Parameters
NameDescription
requestGetConnectorRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallConnector

The call object.

GetConnectorVersion(GetConnectorVersionRequest, CallOptions)

public virtual ConnectorVersion GetConnectorVersion(GetConnectorVersionRequest request, CallOptions options)

Gets details of a single connector version.

Parameters
NameDescription
requestGetConnectorVersionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ConnectorVersion

The response received from the server.

GetConnectorVersion(GetConnectorVersionRequest, Metadata, DateTime?, CancellationToken)

public virtual ConnectorVersion GetConnectorVersion(GetConnectorVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single connector version.

Parameters
NameDescription
requestGetConnectorVersionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ConnectorVersion

The response received from the server.

GetConnectorVersionAsync(GetConnectorVersionRequest, CallOptions)

public virtual AsyncUnaryCall<ConnectorVersion> GetConnectorVersionAsync(GetConnectorVersionRequest request, CallOptions options)

Gets details of a single connector version.

Parameters
NameDescription
requestGetConnectorVersionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallConnectorVersion

The call object.

GetConnectorVersionAsync(GetConnectorVersionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ConnectorVersion> GetConnectorVersionAsync(GetConnectorVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single connector version.

Parameters
NameDescription
requestGetConnectorVersionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallConnectorVersion

The call object.

GetGlobalSettings(GetGlobalSettingsRequest, CallOptions)

public virtual Settings GetGlobalSettings(GetGlobalSettingsRequest request, CallOptions options)

GetGlobalSettings gets settings of a project. GlobalSettings is a singleton resource.

Parameters
NameDescription
requestGetGlobalSettingsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Settings

The response received from the server.

GetGlobalSettings(GetGlobalSettingsRequest, Metadata, DateTime?, CancellationToken)

public virtual Settings GetGlobalSettings(GetGlobalSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

GetGlobalSettings gets settings of a project. GlobalSettings is a singleton resource.

Parameters
NameDescription
requestGetGlobalSettingsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Settings

The response received from the server.

GetGlobalSettingsAsync(GetGlobalSettingsRequest, CallOptions)

public virtual AsyncUnaryCall<Settings> GetGlobalSettingsAsync(GetGlobalSettingsRequest request, CallOptions options)

GetGlobalSettings gets settings of a project. GlobalSettings is a singleton resource.

Parameters
NameDescription
requestGetGlobalSettingsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallSettings

The call object.

GetGlobalSettingsAsync(GetGlobalSettingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Settings> GetGlobalSettingsAsync(GetGlobalSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

GetGlobalSettings gets settings of a project. GlobalSettings is a singleton resource.

Parameters
NameDescription
requestGetGlobalSettingsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallSettings

The call object.

GetProvider(GetProviderRequest, CallOptions)

public virtual Provider GetProvider(GetProviderRequest request, CallOptions options)

Gets details of a provider.

Parameters
NameDescription
requestGetProviderRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Provider

The response received from the server.

GetProvider(GetProviderRequest, Metadata, DateTime?, CancellationToken)

public virtual Provider GetProvider(GetProviderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a provider.

Parameters
NameDescription
requestGetProviderRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Provider

The response received from the server.

GetProviderAsync(GetProviderRequest, CallOptions)

public virtual AsyncUnaryCall<Provider> GetProviderAsync(GetProviderRequest request, CallOptions options)

Gets details of a provider.

Parameters
NameDescription
requestGetProviderRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallProvider

The call object.

GetProviderAsync(GetProviderRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Provider> GetProviderAsync(GetProviderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a provider.

Parameters
NameDescription
requestGetProviderRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallProvider

The call object.

GetRuntimeConfig(GetRuntimeConfigRequest, CallOptions)

public virtual RuntimeConfig GetRuntimeConfig(GetRuntimeConfigRequest request, CallOptions options)

Gets the runtimeConfig of a location. RuntimeConfig is a singleton resource for each location.

Parameters
NameDescription
requestGetRuntimeConfigRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
RuntimeConfig

The response received from the server.

GetRuntimeConfig(GetRuntimeConfigRequest, Metadata, DateTime?, CancellationToken)

public virtual RuntimeConfig GetRuntimeConfig(GetRuntimeConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the runtimeConfig of a location. RuntimeConfig is a singleton resource for each location.

Parameters
NameDescription
requestGetRuntimeConfigRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
RuntimeConfig

The response received from the server.

GetRuntimeConfigAsync(GetRuntimeConfigRequest, CallOptions)

public virtual AsyncUnaryCall<RuntimeConfig> GetRuntimeConfigAsync(GetRuntimeConfigRequest request, CallOptions options)

Gets the runtimeConfig of a location. RuntimeConfig is a singleton resource for each location.

Parameters
NameDescription
requestGetRuntimeConfigRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallRuntimeConfig

The call object.

GetRuntimeConfigAsync(GetRuntimeConfigRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<RuntimeConfig> GetRuntimeConfigAsync(GetRuntimeConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the runtimeConfig of a location. RuntimeConfig is a singleton resource for each location.

Parameters
NameDescription
requestGetRuntimeConfigRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallRuntimeConfig

The call object.

ListConnections(ListConnectionsRequest, CallOptions)

public virtual ListConnectionsResponse ListConnections(ListConnectionsRequest request, CallOptions options)

Lists Connections in a given project and location.

Parameters
NameDescription
requestListConnectionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListConnectionsResponse

The response received from the server.

ListConnections(ListConnectionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListConnectionsResponse ListConnections(ListConnectionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Connections in a given project and location.

Parameters
NameDescription
requestListConnectionsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListConnectionsResponse

The response received from the server.

ListConnectionsAsync(ListConnectionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListConnectionsResponse> ListConnectionsAsync(ListConnectionsRequest request, CallOptions options)

Lists Connections in a given project and location.

Parameters
NameDescription
requestListConnectionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListConnectionsResponse

The call object.

ListConnectionsAsync(ListConnectionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListConnectionsResponse> ListConnectionsAsync(ListConnectionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Connections in a given project and location.

Parameters
NameDescription
requestListConnectionsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListConnectionsResponse

The call object.

ListConnectorVersions(ListConnectorVersionsRequest, CallOptions)

public virtual ListConnectorVersionsResponse ListConnectorVersions(ListConnectorVersionsRequest request, CallOptions options)

Lists Connector Versions in a given project and location.

Parameters
NameDescription
requestListConnectorVersionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListConnectorVersionsResponse

The response received from the server.

ListConnectorVersions(ListConnectorVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListConnectorVersionsResponse ListConnectorVersions(ListConnectorVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Connector Versions in a given project and location.

Parameters
NameDescription
requestListConnectorVersionsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListConnectorVersionsResponse

The response received from the server.

ListConnectorVersionsAsync(ListConnectorVersionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListConnectorVersionsResponse> ListConnectorVersionsAsync(ListConnectorVersionsRequest request, CallOptions options)

Lists Connector Versions in a given project and location.

Parameters
NameDescription
requestListConnectorVersionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListConnectorVersionsResponse

The call object.

ListConnectorVersionsAsync(ListConnectorVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListConnectorVersionsResponse> ListConnectorVersionsAsync(ListConnectorVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Connector Versions in a given project and location.

Parameters
NameDescription
requestListConnectorVersionsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListConnectorVersionsResponse

The call object.

ListConnectors(ListConnectorsRequest, CallOptions)

public virtual ListConnectorsResponse ListConnectors(ListConnectorsRequest request, CallOptions options)

Lists Connectors in a given project and location.

Parameters
NameDescription
requestListConnectorsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListConnectorsResponse

The response received from the server.

ListConnectors(ListConnectorsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListConnectorsResponse ListConnectors(ListConnectorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Connectors in a given project and location.

Parameters
NameDescription
requestListConnectorsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListConnectorsResponse

The response received from the server.

ListConnectorsAsync(ListConnectorsRequest, CallOptions)

public virtual AsyncUnaryCall<ListConnectorsResponse> ListConnectorsAsync(ListConnectorsRequest request, CallOptions options)

Lists Connectors in a given project and location.

Parameters
NameDescription
requestListConnectorsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListConnectorsResponse

The call object.

ListConnectorsAsync(ListConnectorsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListConnectorsResponse> ListConnectorsAsync(ListConnectorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Connectors in a given project and location.

Parameters
NameDescription
requestListConnectorsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListConnectorsResponse

The call object.

ListProviders(ListProvidersRequest, CallOptions)

public virtual ListProvidersResponse ListProviders(ListProvidersRequest request, CallOptions options)

Lists Providers in a given project and location.

Parameters
NameDescription
requestListProvidersRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListProvidersResponse

The response received from the server.

ListProviders(ListProvidersRequest, Metadata, DateTime?, CancellationToken)

public virtual ListProvidersResponse ListProviders(ListProvidersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Providers in a given project and location.

Parameters
NameDescription
requestListProvidersRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListProvidersResponse

The response received from the server.

ListProvidersAsync(ListProvidersRequest, CallOptions)

public virtual AsyncUnaryCall<ListProvidersResponse> ListProvidersAsync(ListProvidersRequest request, CallOptions options)

Lists Providers in a given project and location.

Parameters
NameDescription
requestListProvidersRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListProvidersResponse

The call object.

ListProvidersAsync(ListProvidersRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListProvidersResponse> ListProvidersAsync(ListProvidersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Providers in a given project and location.

Parameters
NameDescription
requestListProvidersRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListProvidersResponse

The call object.

ListRuntimeActionSchemas(ListRuntimeActionSchemasRequest, CallOptions)

public virtual ListRuntimeActionSchemasResponse ListRuntimeActionSchemas(ListRuntimeActionSchemasRequest request, CallOptions options)

List schema of a runtime actions filtered by action name.

Parameters
NameDescription
requestListRuntimeActionSchemasRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListRuntimeActionSchemasResponse

The response received from the server.

ListRuntimeActionSchemas(ListRuntimeActionSchemasRequest, Metadata, DateTime?, CancellationToken)

public virtual ListRuntimeActionSchemasResponse ListRuntimeActionSchemas(ListRuntimeActionSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List schema of a runtime actions filtered by action name.

Parameters
NameDescription
requestListRuntimeActionSchemasRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListRuntimeActionSchemasResponse

The response received from the server.

ListRuntimeActionSchemasAsync(ListRuntimeActionSchemasRequest, CallOptions)

public virtual AsyncUnaryCall<ListRuntimeActionSchemasResponse> ListRuntimeActionSchemasAsync(ListRuntimeActionSchemasRequest request, CallOptions options)

List schema of a runtime actions filtered by action name.

Parameters
NameDescription
requestListRuntimeActionSchemasRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListRuntimeActionSchemasResponse

The call object.

ListRuntimeActionSchemasAsync(ListRuntimeActionSchemasRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListRuntimeActionSchemasResponse> ListRuntimeActionSchemasAsync(ListRuntimeActionSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List schema of a runtime actions filtered by action name.

Parameters
NameDescription
requestListRuntimeActionSchemasRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListRuntimeActionSchemasResponse

The call object.

ListRuntimeEntitySchemas(ListRuntimeEntitySchemasRequest, CallOptions)

public virtual ListRuntimeEntitySchemasResponse ListRuntimeEntitySchemas(ListRuntimeEntitySchemasRequest request, CallOptions options)

List schema of a runtime entities filtered by entity name.

Parameters
NameDescription
requestListRuntimeEntitySchemasRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListRuntimeEntitySchemasResponse

The response received from the server.

ListRuntimeEntitySchemas(ListRuntimeEntitySchemasRequest, Metadata, DateTime?, CancellationToken)

public virtual ListRuntimeEntitySchemasResponse ListRuntimeEntitySchemas(ListRuntimeEntitySchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List schema of a runtime entities filtered by entity name.

Parameters
NameDescription
requestListRuntimeEntitySchemasRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListRuntimeEntitySchemasResponse

The response received from the server.

ListRuntimeEntitySchemasAsync(ListRuntimeEntitySchemasRequest, CallOptions)

public virtual AsyncUnaryCall<ListRuntimeEntitySchemasResponse> ListRuntimeEntitySchemasAsync(ListRuntimeEntitySchemasRequest request, CallOptions options)

List schema of a runtime entities filtered by entity name.

Parameters
NameDescription
requestListRuntimeEntitySchemasRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListRuntimeEntitySchemasResponse

The call object.

ListRuntimeEntitySchemasAsync(ListRuntimeEntitySchemasRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListRuntimeEntitySchemasResponse> ListRuntimeEntitySchemasAsync(ListRuntimeEntitySchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List schema of a runtime entities filtered by entity name.

Parameters
NameDescription
requestListRuntimeEntitySchemasRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListRuntimeEntitySchemasResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override Connectors.ConnectorsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
ConnectorsConnectorsClient
Overrides

RefreshConnectionSchemaMetadata(RefreshConnectionSchemaMetadataRequest, CallOptions)

public virtual Operation RefreshConnectionSchemaMetadata(RefreshConnectionSchemaMetadataRequest request, CallOptions options)

Refresh runtime schema of a connection.

Parameters
NameDescription
requestRefreshConnectionSchemaMetadataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

RefreshConnectionSchemaMetadata(RefreshConnectionSchemaMetadataRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation RefreshConnectionSchemaMetadata(RefreshConnectionSchemaMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Refresh runtime schema of a connection.

Parameters
NameDescription
requestRefreshConnectionSchemaMetadataRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

RefreshConnectionSchemaMetadataAsync(RefreshConnectionSchemaMetadataRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> RefreshConnectionSchemaMetadataAsync(RefreshConnectionSchemaMetadataRequest request, CallOptions options)

Refresh runtime schema of a connection.

Parameters
NameDescription
requestRefreshConnectionSchemaMetadataRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

RefreshConnectionSchemaMetadataAsync(RefreshConnectionSchemaMetadataRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> RefreshConnectionSchemaMetadataAsync(RefreshConnectionSchemaMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Refresh runtime schema of a connection.

Parameters
NameDescription
requestRefreshConnectionSchemaMetadataRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateConnection(UpdateConnectionRequest, CallOptions)

public virtual Operation UpdateConnection(UpdateConnectionRequest request, CallOptions options)

Updates the parameters of a single Connection.

Parameters
NameDescription
requestUpdateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateConnection(UpdateConnectionRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateConnection(UpdateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single Connection.

Parameters
NameDescription
requestUpdateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateConnectionAsync(UpdateConnectionRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateConnectionAsync(UpdateConnectionRequest request, CallOptions options)

Updates the parameters of a single Connection.

Parameters
NameDescription
requestUpdateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateConnectionAsync(UpdateConnectionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateConnectionAsync(UpdateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single Connection.

Parameters
NameDescription
requestUpdateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.