Class GoldengateOracleAIDataPlatformConnectionProperties (0.42.0)

public final class GoldengateOracleAIDataPlatformConnectionProperties extends GeneratedMessage implements GoldengateOracleAIDataPlatformConnectionPropertiesOrBuilder

The properties of GoldengateOracleAIDataPlatformConnection.

Protobuf type google.cloud.oracledatabase.v1.GoldengateOracleAIDataPlatformConnectionProperties

Inheritance

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

Static Fields

CONNECTION_URL_FIELD_NUMBER

public static final int CONNECTION_URL_FIELD_NUMBER
Field Value
Type Description
int

PRIVATE_KEY_FILE_FIELD_NUMBER

public static final int PRIVATE_KEY_FILE_FIELD_NUMBER
Field Value
Type Description
int

PRIVATE_KEY_PASSPHRASE_SECRET_FIELD_NUMBER

public static final int PRIVATE_KEY_PASSPHRASE_SECRET_FIELD_NUMBER
Field Value
Type Description
int

PUBLIC_KEY_FINGERPRINT_FIELD_NUMBER

public static final int PUBLIC_KEY_FINGERPRINT_FIELD_NUMBER
Field Value
Type Description
int

REGION_FIELD_NUMBER

public static final int REGION_FIELD_NUMBER
Field Value
Type Description
int

TECHNOLOGY_TYPE_FIELD_NUMBER

public static final int TECHNOLOGY_TYPE_FIELD_NUMBER
Field Value
Type Description
int

TENANCY_ID_FIELD_NUMBER

public static final int TENANCY_ID_FIELD_NUMBER
Field Value
Type Description
int

USER_ID_FIELD_NUMBER

public static final int USER_ID_FIELD_NUMBER
Field Value
Type Description
int

USE_RESOURCE_PRINCIPAL_FIELD_NUMBER

public static final int USE_RESOURCE_PRINCIPAL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateOracleAIDataPlatformConnectionProperties getDefaultInstance()
Returns
Type Description
GoldengateOracleAIDataPlatformConnectionProperties

getDescriptor()

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

newBuilder()

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

newBuilder(GoldengateOracleAIDataPlatformConnectionProperties prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getConnectionUrl()

public String getConnectionUrl()

Optional. Connection URL. It must start with 'jdbc:spark://'

string connection_url = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The connectionUrl.

getConnectionUrlBytes()

public ByteString getConnectionUrlBytes()

Optional. Connection URL. It must start with 'jdbc:spark://'

string connection_url = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for connectionUrl.

getDefaultInstanceForType()

public GoldengateOracleAIDataPlatformConnectionProperties getDefaultInstanceForType()
Returns
Type Description
GoldengateOracleAIDataPlatformConnectionProperties

getParserForType()

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

getPrivateKeyFile()

public String getPrivateKeyFile()

Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.

string private_key_file = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The privateKeyFile.

getPrivateKeyFileBytes()

public ByteString getPrivateKeyFileBytes()

Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.

string private_key_file = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for privateKeyFile.

getPrivateKeyPassphraseSecret()

public String getPrivateKeyPassphraseSecret()

Optional. The passphrase of the private key.

string private_key_passphrase_secret = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The privateKeyPassphraseSecret.

getPrivateKeyPassphraseSecretBytes()

public ByteString getPrivateKeyPassphraseSecretBytes()

Optional. The passphrase of the private key.

string private_key_passphrase_secret = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for privateKeyPassphraseSecret.

getPublicKeyFingerprint()

public String getPublicKeyFingerprint()

Optional. The fingerprint of the API Key of the user specified by the user_id.

string public_key_fingerprint = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The publicKeyFingerprint.

getPublicKeyFingerprintBytes()

public ByteString getPublicKeyFingerprintBytes()

Optional. The fingerprint of the API Key of the user specified by the user_id.

string public_key_fingerprint = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for publicKeyFingerprint.

getRegion()

public String getRegion()

Optional. The name of the region. e.g.: us-ashburn-1

string region = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Optional. The name of the region. e.g.: us-ashburn-1

string region = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for region.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTechnologyType()

public String getTechnologyType()

Optional. The technology type of OracleAiDataPlatformConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The technologyType.

getTechnologyTypeBytes()

public ByteString getTechnologyTypeBytes()

Optional. The technology type of OracleAiDataPlatformConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for technologyType.

getTenancyId()

public String getTenancyId()

Optional. The OCID of the related OCI tenancy.

string tenancy_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The tenancyId.

getTenancyIdBytes()

public ByteString getTenancyIdBytes()

Optional. The OCID of the related OCI tenancy.

string tenancy_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for tenancyId.

getUseResourcePrincipal()

public boolean getUseResourcePrincipal()

Optional. Specifies that the user intends to authenticate to the instance using a resource principal.

bool use_resource_principal = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The useResourcePrincipal.

getUserId()

public String getUserId()

Optional. The OCID of the OCI user who will access.

string user_id = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The userId.

getUserIdBytes()

public ByteString getUserIdBytes()

Optional. The OCID of the OCI user who will access.

string user_id = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for userId.

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 GoldengateOracleAIDataPlatformConnectionProperties.Builder newBuilderForType()
Returns
Type Description
GoldengateOracleAIDataPlatformConnectionProperties.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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