public final class GoldengateOracleAIDataPlatformConnectionProperties extends GeneratedMessage implements GoldengateOracleAIDataPlatformConnectionPropertiesOrBuilder
The properties of GoldengateOracleAIDataPlatformConnection.
Protobuf type
google.cloud.oracledatabase.v1.GoldengateOracleAIDataPlatformConnectionProperties
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
public static final int CONNECTION_URL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int PRIVATE_KEY_FILE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int PRIVATE_KEY_PASSPHRASE_SECRET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int PUBLIC_KEY_FINGERPRINT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int REGION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int TECHNOLOGY_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int TENANCY_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int USER_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int USE_RESOURCE_PRINCIPAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static GoldengateOracleAIDataPlatformConnectionProperties getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static GoldengateOracleAIDataPlatformConnectionProperties.Builder newBuilder()
public static GoldengateOracleAIDataPlatformConnectionProperties.Builder newBuilder(GoldengateOracleAIDataPlatformConnectionProperties prototype)
public static GoldengateOracleAIDataPlatformConnectionProperties parseDelimitedFrom(InputStream input)
public static GoldengateOracleAIDataPlatformConnectionProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GoldengateOracleAIDataPlatformConnectionProperties parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static GoldengateOracleAIDataPlatformConnectionProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GoldengateOracleAIDataPlatformConnectionProperties parseFrom(ByteString data)
public static GoldengateOracleAIDataPlatformConnectionProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GoldengateOracleAIDataPlatformConnectionProperties parseFrom(CodedInputStream input)
public static GoldengateOracleAIDataPlatformConnectionProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GoldengateOracleAIDataPlatformConnectionProperties parseFrom(InputStream input)
public static GoldengateOracleAIDataPlatformConnectionProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GoldengateOracleAIDataPlatformConnectionProperties parseFrom(ByteBuffer data)
public static GoldengateOracleAIDataPlatformConnectionProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<GoldengateOracleAIDataPlatformConnectionProperties> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
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.
|
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.
|
public GoldengateOracleAIDataPlatformConnectionProperties getDefaultInstanceForType()
public Parser<GoldengateOracleAIDataPlatformConnectionProperties> getParserForType()
Overrides
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public String getTechnologyType()
Optional. The technology type of OracleAiDataPlatformConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The technologyType.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public GoldengateOracleAIDataPlatformConnectionProperties.Builder newBuilderForType()
protected GoldengateOracleAIDataPlatformConnectionProperties.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public GoldengateOracleAIDataPlatformConnectionProperties.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides