public final class GoldengateOracleNosqlConnectionProperties extends GeneratedMessage implements GoldengateOracleNosqlConnectionPropertiesOrBuilder
The properties of GoldengateOracleNosqlConnection.
Protobuf type google.cloud.oracledatabase.v1.GoldengateOracleNosqlConnectionProperties
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GoldengateOracleNosqlConnectionProperties.Builder newBuilder()
newBuilder(GoldengateOracleNosqlConnectionProperties prototype)
public static GoldengateOracleNosqlConnectionProperties.Builder newBuilder(GoldengateOracleNosqlConnectionProperties prototype)
public static GoldengateOracleNosqlConnectionProperties parseDelimitedFrom(InputStream input)
public static GoldengateOracleNosqlConnectionProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GoldengateOracleNosqlConnectionProperties parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GoldengateOracleNosqlConnectionProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GoldengateOracleNosqlConnectionProperties parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GoldengateOracleNosqlConnectionProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GoldengateOracleNosqlConnectionProperties parseFrom(CodedInputStream input)
public static GoldengateOracleNosqlConnectionProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GoldengateOracleNosqlConnectionProperties parseFrom(InputStream input)
public static GoldengateOracleNosqlConnectionProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GoldengateOracleNosqlConnectionProperties parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GoldengateOracleNosqlConnectionProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GoldengateOracleNosqlConnectionProperties> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public GoldengateOracleNosqlConnectionProperties getDefaultInstanceForType()
getParserForType()
public Parser<GoldengateOracleNosqlConnectionProperties> getParserForType()
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()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GoldengateOracleNosqlConnectionProperties.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GoldengateOracleNosqlConnectionProperties.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public GoldengateOracleNosqlConnectionProperties.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides