Class GoldengateAzureDataLakeStorageConnectionProperties (0.42.0)

public final class GoldengateAzureDataLakeStorageConnectionProperties extends GeneratedMessage implements GoldengateAzureDataLakeStorageConnectionPropertiesOrBuilder

The properties of GoldengateAzureDataLakeStorageConnection.

Protobuf type google.cloud.oracledatabase.v1.GoldengateAzureDataLakeStorageConnectionProperties

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GoldengateAzureDataLakeStorageConnectionProperties

Static Fields

ACCOUNT_FIELD_NUMBER

public static final int ACCOUNT_FIELD_NUMBER
Field Value
Type Description
int

ACCOUNT_KEY_SECRET_FIELD_NUMBER

public static final int ACCOUNT_KEY_SECRET_FIELD_NUMBER
Field Value
Type Description
int

AUTHENTICATION_TYPE_FIELD_NUMBER

public static final int AUTHENTICATION_TYPE_FIELD_NUMBER
Field Value
Type Description
int

AZURE_AUTHORITY_HOST_FIELD_NUMBER

public static final int AZURE_AUTHORITY_HOST_FIELD_NUMBER
Field Value
Type Description
int

AZURE_TENANT_ID_FIELD_NUMBER

public static final int AZURE_TENANT_ID_FIELD_NUMBER
Field Value
Type Description
int

CLIENT_ID_FIELD_NUMBER

public static final int CLIENT_ID_FIELD_NUMBER
Field Value
Type Description
int

CLIENT_SECRET_FIELD_NUMBER

public static final int CLIENT_SECRET_FIELD_NUMBER
Field Value
Type Description
int

ENDPOINT_FIELD_NUMBER

public static final int ENDPOINT_FIELD_NUMBER
Field Value
Type Description
int

SAS_TOKEN_SECRET_FIELD_NUMBER

public static final int SAS_TOKEN_SECRET_FIELD_NUMBER
Field Value
Type Description
int

TECHNOLOGY_TYPE_FIELD_NUMBER

public static final int TECHNOLOGY_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateAzureDataLakeStorageConnectionProperties getDefaultInstance()
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GoldengateAzureDataLakeStorageConnectionProperties.Builder newBuilder()
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties.Builder

newBuilder(GoldengateAzureDataLakeStorageConnectionProperties prototype)

public static GoldengateAzureDataLakeStorageConnectionProperties.Builder newBuilder(GoldengateAzureDataLakeStorageConnectionProperties prototype)
Parameter
Name Description
prototype GoldengateAzureDataLakeStorageConnectionProperties
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties.Builder

parseDelimitedFrom(InputStream input)

public static GoldengateAzureDataLakeStorageConnectionProperties parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateAzureDataLakeStorageConnectionProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GoldengateAzureDataLakeStorageConnectionProperties parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GoldengateAzureDataLakeStorageConnectionProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GoldengateAzureDataLakeStorageConnectionProperties parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GoldengateAzureDataLakeStorageConnectionProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GoldengateAzureDataLakeStorageConnectionProperties parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateAzureDataLakeStorageConnectionProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GoldengateAzureDataLakeStorageConnectionProperties parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateAzureDataLakeStorageConnectionProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GoldengateAzureDataLakeStorageConnectionProperties parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GoldengateAzureDataLakeStorageConnectionProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GoldengateAzureDataLakeStorageConnectionProperties> parser()
Returns
Type Description
Parser<GoldengateAzureDataLakeStorageConnectionProperties>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAccount()

public 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 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 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 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 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 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 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 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 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 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 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 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 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 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.

getDefaultInstanceForType()

public GoldengateAzureDataLakeStorageConnectionProperties getDefaultInstanceForType()
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties

getEndpoint()

public 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 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.

getParserForType()

public Parser<GoldengateAzureDataLakeStorageConnectionProperties> getParserForType()
Returns
Type Description
Parser<GoldengateAzureDataLakeStorageConnectionProperties>
Overrides

getSasTokenSecret()

public 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 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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTechnologyType()

public 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 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GoldengateAzureDataLakeStorageConnectionProperties.Builder newBuilderForType()
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GoldengateAzureDataLakeStorageConnectionProperties.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties.Builder
Overrides

toBuilder()

public GoldengateAzureDataLakeStorageConnectionProperties.Builder toBuilder()
Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException