public sealed class GoldengateDatabricksConnectionProperties : IMessage<GoldengateDatabricksConnectionProperties>, IEquatable<GoldengateDatabricksConnectionProperties>, IDeepCloneable<GoldengateDatabricksConnectionProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateDatabricksConnectionProperties.
The properties of GoldengateDatabricksConnection.
Implements
IMessageGoldengateDatabricksConnectionProperties, IEquatableGoldengateDatabricksConnectionProperties, IDeepCloneableGoldengateDatabricksConnectionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateDatabricksConnectionProperties()
public GoldengateDatabricksConnectionProperties()GoldengateDatabricksConnectionProperties(GoldengateDatabricksConnectionProperties)
public GoldengateDatabricksConnectionProperties(GoldengateDatabricksConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateDatabricksConnectionProperties |
Properties
AuthenticationType
public GoldengateDatabricksConnectionProperties.Types.DatabricksAuthenticationType AuthenticationType { get; set; }Optional. Authentication type for Databricks.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDatabricksConnectionPropertiesTypesDatabricksAuthenticationType |
|
ClientId
public string ClientId { get; set; }Optional. OAuth client id, only applicable for authentication_type == OAUTH_M2M
| Property Value | |
|---|---|
| Type | Description |
string |
|
ClientSecret
public string ClientSecret { get; set; }Optional. OAuth client secret, only applicable for authentication_type == OAUTH_M2M
| Property Value | |
|---|---|
| Type | Description |
string |
|
ConnectionPasswordOptionsCase
public GoldengateDatabricksConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }| Property Value | |
|---|---|
| Type | Description |
GoldengateDatabricksConnectionPropertiesConnectionPasswordOptionsOneofCase |
|
ConnectionUrl
public string ConnectionUrl { get; set; }Optional. Connection URL. e.g.: 'jdbc:databricks://adb-33934.4.azuredatabricks.net:443/default;transportMode=http;ssl=1;httpPath=sql/protocolv1/o/3393########44/0##3-7-hlrb'
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasPassword
public bool HasPassword { get; }Gets whether the "password" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPasswordSecretVersion
public bool HasPasswordSecretVersion { get; }Gets whether the "password_secret_version" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Password
public string Password { get; set; }Optional. Input only. The password used to connect to Databricks in plain text.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PasswordSecretVersion
public string PasswordSecretVersion { get; set; }Optional. Input only. The resource name of a secret version in Secret Manager which contains the password used to connect to Databricks. Format: projects/{project}/secrets/{secret}/versions/{version}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PasswordSecretVersionAsSecretVersionName
public SecretVersionName PasswordSecretVersionAsSecretVersionName { get; set; }SecretVersionName-typed view over the PasswordSecretVersion resource name property.
| Property Value | |
|---|---|
| Type | Description |
SecretVersionName |
|
StorageCredential
public string StorageCredential { get; set; }Optional. External storage credential name to access files on object storage such as ADLS Gen2, S3 or Cloud Storage.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TechnologyType
public string TechnologyType { get; set; }Optional. The technology type of DatabricksConnection.
| Property Value | |
|---|---|
| Type | Description |
string |
|