Class GoldengateOracleNosqlConnectionProperties (0.42.0)

public final class GoldengateOracleNosqlConnectionProperties extends GeneratedMessage implements GoldengateOracleNosqlConnectionPropertiesOrBuilder

The properties of GoldengateOracleNosqlConnection.

Protobuf type google.cloud.oracledatabase.v1.GoldengateOracleNosqlConnectionProperties

Inheritance

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

Static Fields

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 GoldengateOracleNosqlConnectionProperties getDefaultInstance()
Returns
Type Description
GoldengateOracleNosqlConnectionProperties

getDescriptor()

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

newBuilder()

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

newBuilder(GoldengateOracleNosqlConnectionProperties prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public GoldengateOracleNosqlConnectionProperties getDefaultInstanceForType()
Returns
Type Description
GoldengateOracleNosqlConnectionProperties

getParserForType()

public Parser<GoldengateOracleNosqlConnectionProperties> getParserForType()
Returns
Type Description
Parser<GoldengateOracleNosqlConnectionProperties>
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 = 5 [(.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 = 5 [(.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 = 6 [(.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 = 6 [(.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 userId.

string public_key_fingerprint = 7 [(.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 userId.

string public_key_fingerprint = 7 [(.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 = 3 [(.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 = 3 [(.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 OracleNosqlConnection.

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

Returns
Type Description
String

The technologyType.

getTechnologyTypeBytes()

public ByteString getTechnologyTypeBytes()

Optional. The technology type of OracleNosqlConnection.

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 OCI tenancy.

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

Returns
Type Description
String

The tenancyId.

getTenancyIdBytes()

public ByteString getTenancyIdBytes()

Optional. The OCID of the OCI tenancy.

string tenancy_id = 2 [(.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 = 8 [(.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 the Oracle NoSQL database.

string user_id = 4 [(.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 the Oracle NoSQL database.

string user_id = 4 [(.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 GoldengateOracleNosqlConnectionProperties.Builder newBuilderForType()
Returns
Type Description
GoldengateOracleNosqlConnectionProperties.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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