public interface GoldengateAzureDataLakeStorageConnectionPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccount()
public abstract String getAccount()Optional. Sets the Azure storage account name.
string account = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The account. |
getAccountBytes()
public abstract ByteString getAccountBytes()Optional. Sets the Azure storage account name.
string account = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for account. |
getAccountKeySecret()
public abstract String getAccountKeySecret()Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'.
string account_key_secret = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The accountKeySecret. |
getAccountKeySecretBytes()
public abstract ByteString getAccountKeySecretBytes()Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'.
string account_key_secret = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accountKeySecret. |
getAuthenticationType()
public abstract GoldengateAzureDataLakeStorageConnectionProperties.AuthenticationType getAuthenticationType()Optional. Authentication mechanism to access Azure Data Lake Storage.
.google.cloud.oracledatabase.v1.GoldengateAzureDataLakeStorageConnectionProperties.AuthenticationType authentication_type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateAzureDataLakeStorageConnectionProperties.AuthenticationType |
The authenticationType. |
getAuthenticationTypeValue()
public abstract int getAuthenticationTypeValue()Optional. Authentication mechanism to access Azure Data Lake Storage.
.google.cloud.oracledatabase.v1.GoldengateAzureDataLakeStorageConnectionProperties.AuthenticationType authentication_type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for authenticationType. |
getAzureAuthorityHost()
public abstract String getAzureAuthorityHost()Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com
string azure_authority_host = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The azureAuthorityHost. |
getAzureAuthorityHostBytes()
public abstract ByteString getAzureAuthorityHostBytes()Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com
string azure_authority_host = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for azureAuthorityHost. |
getAzureTenantId()
public abstract String getAzureTenantId()Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.
string azure_tenant_id = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The azureTenantId. |
getAzureTenantIdBytes()
public abstract ByteString getAzureTenantIdBytes()Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.
string azure_tenant_id = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for azureTenantId. |
getClientId()
public abstract String getClientId()Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.
string client_id = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The clientId. |
getClientIdBytes()
public abstract ByteString getClientIdBytes()Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.
string client_id = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientId. |
getClientSecret()
public abstract String getClientSecret()Optional. Azure client secret (aka application password) for authentication.
string client_secret = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The clientSecret. |
getClientSecretBytes()
public abstract ByteString getClientSecretBytes()Optional. Azure client secret (aka application password) for authentication.
string client_secret = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientSecret. |
getEndpoint()
public abstract String getEndpoint()Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
string endpoint = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The endpoint. |
getEndpointBytes()
public abstract ByteString getEndpointBytes()Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
string endpoint = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for endpoint. |
getSasTokenSecret()
public abstract String getSasTokenSecret()Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.
string sas_token_secret = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The sasTokenSecret. |
getSasTokenSecretBytes()
public abstract ByteString getSasTokenSecretBytes()Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.
string sas_token_secret = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sasTokenSecret. |
getTechnologyType()
public abstract String getTechnologyType()Optional. The technology type of AzureDataLakeStorageConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The technologyType. |
getTechnologyTypeBytes()
public abstract ByteString getTechnologyTypeBytes()Optional. The technology type of AzureDataLakeStorageConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for technologyType. |