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.ConnectorsClientNamespace
Google.Cloud.Connectors.V1Assembly
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 | |
---|---|
Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
ConnectorsClient(ChannelBase)
public ConnectorsClient(ChannelBase channel)
Creates a new client for Connectors
Parameter | |
---|---|
Name | Description |
channel |
ChannelBase The channel to use to make remote calls. |
ConnectorsClient(ClientBaseConfiguration)
protected ConnectorsClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration 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 | |
---|---|
Name | Description |
request |
CreateConnectionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateConnectionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateConnectionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateConnectionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteConnectionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteConnectionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteConnectionAsync(DeleteConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteConnectionAsync(DeleteConnectionRequest request, CallOptions options)
Deletes a single Connection.
Parameters | |
---|---|
Name | Description |
request |
DeleteConnectionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteConnectionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
GetConnection(GetConnectionRequest, CallOptions)
public virtual Connection GetConnection(GetConnectionRequest request, CallOptions options)
Gets details of a single Connection.
Parameters | |
---|---|
Name | Description |
request |
GetConnectionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectionSchemaMetadataRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectionSchemaMetadataRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectionSchemaMetadataRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectionSchemaMetadataRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallConnectionSchemaMetadata |
The call object. |
GetConnector(GetConnectorRequest, CallOptions)
public virtual Connector GetConnector(GetConnectorRequest request, CallOptions options)
Gets details of a single Connector.
Parameters | |
---|---|
Name | Description |
request |
GetConnectorRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectorRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectorRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectorRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallConnector |
The call object. |
GetConnectorVersion(GetConnectorVersionRequest, CallOptions)
public virtual ConnectorVersion GetConnectorVersion(GetConnectorVersionRequest request, CallOptions options)
Gets details of a single connector version.
Parameters | |
---|---|
Name | Description |
request |
GetConnectorVersionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectorVersionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectorVersionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetConnectorVersionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetGlobalSettingsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetGlobalSettingsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetGlobalSettingsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetGlobalSettingsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSettings |
The call object. |
GetProvider(GetProviderRequest, CallOptions)
public virtual Provider GetProvider(GetProviderRequest request, CallOptions options)
Gets details of a provider.
Parameters | |
---|---|
Name | Description |
request |
GetProviderRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetProviderRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetProviderRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetProviderRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetRuntimeConfigRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetRuntimeConfigRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetRuntimeConfigRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetRuntimeConfigRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallRuntimeConfig |
The call object. |
ListConnections(ListConnectionsRequest, CallOptions)
public virtual ListConnectionsResponse ListConnections(ListConnectionsRequest request, CallOptions options)
Lists Connections in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListConnectionsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListConnectionsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListConnectionsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListConnectionsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListConnectorVersionsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListConnectorVersionsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListConnectorVersionsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListConnectorVersionsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListConnectorVersionsResponse |
The call object. |
ListConnectors(ListConnectorsRequest, CallOptions)
public virtual ListConnectorsResponse ListConnectors(ListConnectorsRequest request, CallOptions options)
Lists Connectors in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListConnectorsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListConnectorsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListConnectorsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListConnectorsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListConnectorsResponse |
The call object. |
ListProviders(ListProvidersRequest, CallOptions)
public virtual ListProvidersResponse ListProviders(ListProvidersRequest request, CallOptions options)
Lists Providers in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListProvidersRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListProvidersRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListProvidersRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListProvidersRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListRuntimeActionSchemasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListRuntimeActionSchemasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListRuntimeActionSchemasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListRuntimeActionSchemasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListRuntimeEntitySchemasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListRuntimeEntitySchemasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListRuntimeEntitySchemasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListRuntimeEntitySchemasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListRuntimeEntitySchemasResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override Connectors.ConnectorsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
ConnectorsConnectorsClient |
RefreshConnectionSchemaMetadata(RefreshConnectionSchemaMetadataRequest, CallOptions)
public virtual Operation RefreshConnectionSchemaMetadata(RefreshConnectionSchemaMetadataRequest request, CallOptions options)
Refresh runtime schema of a connection.
Parameters | |
---|---|
Name | Description |
request |
RefreshConnectionSchemaMetadataRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
RefreshConnectionSchemaMetadataRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
RefreshConnectionSchemaMetadataRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
RefreshConnectionSchemaMetadataRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateConnection(UpdateConnectionRequest, CallOptions)
public virtual Operation UpdateConnection(UpdateConnectionRequest request, CallOptions options)
Updates the parameters of a single Connection.
Parameters | |
---|---|
Name | Description |
request |
UpdateConnectionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateConnectionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateConnectionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateConnectionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |