Class GoldengateJavaMessageServiceConnectionProperties (0.42.0)

public final class GoldengateJavaMessageServiceConnectionProperties extends GeneratedMessage implements GoldengateJavaMessageServiceConnectionPropertiesOrBuilder

The properties of GoldengateJavaMessageServiceConnection.

Protobuf type google.cloud.oracledatabase.v1.GoldengateJavaMessageServiceConnectionProperties

Inheritance

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

Static Fields

AUTHENTICATION_TYPE_FIELD_NUMBER

public static final int AUTHENTICATION_TYPE_FIELD_NUMBER
Field Value
Type Description
int

CONNECTION_FACTORY_FIELD_NUMBER

public static final int CONNECTION_FACTORY_FIELD_NUMBER
Field Value
Type Description
int

CONNECTION_URL_FIELD_NUMBER

public static final int CONNECTION_URL_FIELD_NUMBER
Field Value
Type Description
int

JNDI_CONNECTION_FACTORY_FIELD_NUMBER

public static final int JNDI_CONNECTION_FACTORY_FIELD_NUMBER
Field Value
Type Description
int

JNDI_INITIAL_CONTEXT_FACTORY_FIELD_NUMBER

public static final int JNDI_INITIAL_CONTEXT_FACTORY_FIELD_NUMBER
Field Value
Type Description
int

JNDI_PROVIDER_URL_FIELD_NUMBER

public static final int JNDI_PROVIDER_URL_FIELD_NUMBER
Field Value
Type Description
int

JNDI_SECURITY_CREDENTIALS_SECRET_FIELD_NUMBER

public static final int JNDI_SECURITY_CREDENTIALS_SECRET_FIELD_NUMBER
Field Value
Type Description
int

JNDI_SECURITY_PRINCIPAL_FIELD_NUMBER

public static final int JNDI_SECURITY_PRINCIPAL_FIELD_NUMBER
Field Value
Type Description
int

KEY_STORE_FILE_FIELD_NUMBER

public static final int KEY_STORE_FILE_FIELD_NUMBER
Field Value
Type Description
int

KEY_STORE_PASSWORD_FIELD_NUMBER

public static final int KEY_STORE_PASSWORD_FIELD_NUMBER
Field Value
Type Description
int

KEY_STORE_PASSWORD_SECRET_VERSION_FIELD_NUMBER

public static final int KEY_STORE_PASSWORD_SECRET_VERSION_FIELD_NUMBER
Field Value
Type Description
int

PASSWORD_FIELD_NUMBER

public static final int PASSWORD_FIELD_NUMBER
Field Value
Type Description
int

PASSWORD_SECRET_VERSION_FIELD_NUMBER

public static final int PASSWORD_SECRET_VERSION_FIELD_NUMBER
Field Value
Type Description
int

SECURITY_PROTOCOL_FIELD_NUMBER

public static final int SECURITY_PROTOCOL_FIELD_NUMBER
Field Value
Type Description
int

SSL_KEY_PASSWORD_FIELD_NUMBER

public static final int SSL_KEY_PASSWORD_FIELD_NUMBER
Field Value
Type Description
int

SSL_KEY_PASSWORD_SECRET_VERSION_FIELD_NUMBER

public static final int SSL_KEY_PASSWORD_SECRET_VERSION_FIELD_NUMBER
Field Value
Type Description
int

TECHNOLOGY_TYPE_FIELD_NUMBER

public static final int TECHNOLOGY_TYPE_FIELD_NUMBER
Field Value
Type Description
int

TRUST_STORE_FILE_FIELD_NUMBER

public static final int TRUST_STORE_FILE_FIELD_NUMBER
Field Value
Type Description
int

TRUST_STORE_PASSWORD_FIELD_NUMBER

public static final int TRUST_STORE_PASSWORD_FIELD_NUMBER
Field Value
Type Description
int

TRUST_STORE_PASSWORD_SECRET_VERSION_FIELD_NUMBER

public static final int TRUST_STORE_PASSWORD_SECRET_VERSION_FIELD_NUMBER
Field Value
Type Description
int

USERNAME_FIELD_NUMBER

public static final int USERNAME_FIELD_NUMBER
Field Value
Type Description
int

USE_JNDI_FIELD_NUMBER

public static final int USE_JNDI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateJavaMessageServiceConnectionProperties getDefaultInstance()
Returns
Type Description
GoldengateJavaMessageServiceConnectionProperties

getDescriptor()

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

newBuilder()

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

newBuilder(GoldengateJavaMessageServiceConnectionProperties prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAuthenticationType()

public GoldengateJavaMessageServiceConnectionProperties.JmsAuthenticationType getAuthenticationType()

Optional. Authentication type for Java Message Service.

.google.cloud.oracledatabase.v1.GoldengateJavaMessageServiceConnectionProperties.JmsAuthenticationType authentication_type = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateJavaMessageServiceConnectionProperties.JmsAuthenticationType

The authenticationType.

getAuthenticationTypeValue()

public int getAuthenticationTypeValue()

Optional. Authentication type for Java Message Service.

.google.cloud.oracledatabase.v1.GoldengateJavaMessageServiceConnectionProperties.JmsAuthenticationType authentication_type = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for authenticationType.

getConnectionFactory()

public String getConnectionFactory()

Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.

string connection_factory = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The connectionFactory.

getConnectionFactoryBytes()

public ByteString getConnectionFactoryBytes()

Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.

string connection_factory = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for connectionFactory.

getConnectionPasswordOptionsCase()

public GoldengateJavaMessageServiceConnectionProperties.ConnectionPasswordOptionsCase getConnectionPasswordOptionsCase()
Returns
Type Description
GoldengateJavaMessageServiceConnectionProperties.ConnectionPasswordOptionsCase

getConnectionUrl()

public String getConnectionUrl()

Optional. Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'

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

Returns
Type Description
String

The connectionUrl.

getConnectionUrlBytes()

public ByteString getConnectionUrlBytes()

Optional. Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'

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

Returns
Type Description
ByteString

The bytes for connectionUrl.

getDefaultInstanceForType()

public GoldengateJavaMessageServiceConnectionProperties getDefaultInstanceForType()
Returns
Type Description
GoldengateJavaMessageServiceConnectionProperties

getJndiConnectionFactory()

public String getJndiConnectionFactory()

Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'

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

Returns
Type Description
String

The jndiConnectionFactory.

getJndiConnectionFactoryBytes()

public ByteString getJndiConnectionFactoryBytes()

Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'

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

Returns
Type Description
ByteString

The bytes for jndiConnectionFactory.

getJndiInitialContextFactory()

public String getJndiInitialContextFactory()

Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.

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

Returns
Type Description
String

The jndiInitialContextFactory.

getJndiInitialContextFactoryBytes()

public ByteString getJndiInitialContextFactoryBytes()

Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.

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

Returns
Type Description
ByteString

The bytes for jndiInitialContextFactory.

getJndiProviderUrl()

public String getJndiProviderUrl()

Optional. The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'

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

Returns
Type Description
String

The jndiProviderUrl.

getJndiProviderUrlBytes()

public ByteString getJndiProviderUrlBytes()

Optional. The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'

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

Returns
Type Description
ByteString

The bytes for jndiProviderUrl.

getJndiSecurityCredentialsSecret()

public String getJndiSecurityCredentialsSecret()

Optional. The password associated to the principal.

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

Returns
Type Description
String

The jndiSecurityCredentialsSecret.

getJndiSecurityCredentialsSecretBytes()

public ByteString getJndiSecurityCredentialsSecretBytes()

Optional. The password associated to the principal.

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

Returns
Type Description
ByteString

The bytes for jndiSecurityCredentialsSecret.

getJndiSecurityPrincipal()

public String getJndiSecurityPrincipal()

Optional. Specifies the identity of the principal (user) to be authenticated.

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

Returns
Type Description
String

The jndiSecurityPrincipal.

getJndiSecurityPrincipalBytes()

public ByteString getJndiSecurityPrincipalBytes()

Optional. Specifies the identity of the principal (user) to be authenticated.

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

Returns
Type Description
ByteString

The bytes for jndiSecurityPrincipal.

getKeyStoreFile()

public String getKeyStoreFile()

Optional. The base64 encoded content of the KeyStore file.

string key_store_file = 16 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The keyStoreFile.

getKeyStoreFileBytes()

public ByteString getKeyStoreFileBytes()

Optional. The base64 encoded content of the KeyStore file.

string key_store_file = 16 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for keyStoreFile.

getKeyStorePassword()

public String getKeyStorePassword()

Optional. Input only. The KeyStore password in plain text.

string key_store_password = 21 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
String

The keyStorePassword.

getKeyStorePasswordBytes()

public ByteString getKeyStorePasswordBytes()

Optional. Input only. The KeyStore password in plain text.

string key_store_password = 21 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
ByteString

The bytes for keyStorePassword.

getKeyStorePasswordOptionsCase()

public GoldengateJavaMessageServiceConnectionProperties.KeyStorePasswordOptionsCase getKeyStorePasswordOptionsCase()
Returns
Type Description
GoldengateJavaMessageServiceConnectionProperties.KeyStorePasswordOptionsCase

getKeyStorePasswordSecretVersion()

public String getKeyStorePasswordSecretVersion()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

string key_store_password_secret_version = 25 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The keyStorePasswordSecretVersion.

getKeyStorePasswordSecretVersionBytes()

public ByteString getKeyStorePasswordSecretVersionBytes()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

string key_store_password_secret_version = 25 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for keyStorePasswordSecretVersion.

getParserForType()

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

getPassword()

public String getPassword()

Optional. Input only. The password Oracle Goldengate uses to connect the Java Message Service in plain text.

string password = 19 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
String

The password.

getPasswordBytes()

public ByteString getPasswordBytes()

Optional. Input only. The password Oracle Goldengate uses to connect the Java Message Service in plain text.

string password = 19 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
ByteString

The bytes for password.

getPasswordSecretVersion()

public String getPasswordSecretVersion()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect the associated Java Message Service. Format: projects/{project}/secrets/{secret}/versions/{version}.

string password_secret_version = 23 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The passwordSecretVersion.

getPasswordSecretVersionBytes()

public ByteString getPasswordSecretVersionBytes()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect the associated Java Message Service. Format: projects/{project}/secrets/{secret}/versions/{version}.

string password_secret_version = 23 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for passwordSecretVersion.

getSecurityProtocol()

public GoldengateJavaMessageServiceConnectionProperties.JmsSecurityProtocol getSecurityProtocol()

Optional. Security protocol for Java Message Service.

.google.cloud.oracledatabase.v1.GoldengateJavaMessageServiceConnectionProperties.JmsSecurityProtocol security_protocol = 12 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateJavaMessageServiceConnectionProperties.JmsSecurityProtocol

The securityProtocol.

getSecurityProtocolValue()

public int getSecurityProtocolValue()

Optional. Security protocol for Java Message Service.

.google.cloud.oracledatabase.v1.GoldengateJavaMessageServiceConnectionProperties.JmsSecurityProtocol security_protocol = 12 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for securityProtocol.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSslKeyPassword()

public String getSslKeyPassword()

Optional. Input only. The password for the cert inside of the KeyStore in plain text.

string ssl_key_password = 22 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
String

The sslKeyPassword.

getSslKeyPasswordBytes()

public ByteString getSslKeyPasswordBytes()

Optional. Input only. The password for the cert inside of the KeyStore in plain text.

string ssl_key_password = 22 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
ByteString

The bytes for sslKeyPassword.

getSslKeyPasswordOptionsCase()

public GoldengateJavaMessageServiceConnectionProperties.SslKeyPasswordOptionsCase getSslKeyPasswordOptionsCase()
Returns
Type Description
GoldengateJavaMessageServiceConnectionProperties.SslKeyPasswordOptionsCase

getSslKeyPasswordSecretVersion()

public String getSslKeyPasswordSecretVersion()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for the cert inside of the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.

string ssl_key_password_secret_version = 26 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The sslKeyPasswordSecretVersion.

getSslKeyPasswordSecretVersionBytes()

public ByteString getSslKeyPasswordSecretVersionBytes()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for the cert inside of the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.

string ssl_key_password_secret_version = 26 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for sslKeyPasswordSecretVersion.

getTechnologyType()

public String getTechnologyType()

Optional. The technology type of JavaMessageServiceConnection.

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

Returns
Type Description
String

The technologyType.

getTechnologyTypeBytes()

public ByteString getTechnologyTypeBytes()

Optional. The technology type of JavaMessageServiceConnection.

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

Returns
Type Description
ByteString

The bytes for technologyType.

getTrustStoreFile()

public String getTrustStoreFile()

Optional. The base64 encoded content of the TrustStore file.

string trust_store_file = 14 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The trustStoreFile.

getTrustStoreFileBytes()

public ByteString getTrustStoreFileBytes()

Optional. The base64 encoded content of the TrustStore file.

string trust_store_file = 14 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for trustStoreFile.

getTrustStorePassword()

public String getTrustStorePassword()

Optional. Input only. The TrustStore password in plain text.

string trust_store_password = 20 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
String

The trustStorePassword.

getTrustStorePasswordBytes()

public ByteString getTrustStorePasswordBytes()

Optional. Input only. The TrustStore password in plain text.

string trust_store_password = 20 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
ByteString

The bytes for trustStorePassword.

getTrustStorePasswordOptionsCase()

public GoldengateJavaMessageServiceConnectionProperties.TrustStorePasswordOptionsCase getTrustStorePasswordOptionsCase()
Returns
Type Description
GoldengateJavaMessageServiceConnectionProperties.TrustStorePasswordOptionsCase

getTrustStorePasswordSecretVersion()

public String getTrustStorePasswordSecretVersion()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

string trust_store_password_secret_version = 24 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The trustStorePasswordSecretVersion.

getTrustStorePasswordSecretVersionBytes()

public ByteString getTrustStorePasswordSecretVersionBytes()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

string trust_store_password_secret_version = 24 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for trustStorePasswordSecretVersion.

getUseJndi()

public boolean getUseJndi()

Optional. If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.

bool use_jndi = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The useJndi.

getUsername()

public String getUsername()

Optional. The username Oracle Goldengate uses to connect to the Java Message Service.

string username = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The username.

getUsernameBytes()

public ByteString getUsernameBytes()

Optional. The username Oracle Goldengate uses to connect to the Java Message Service.

string username = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for username.

hasKeyStorePassword()

public boolean hasKeyStorePassword()

Optional. Input only. The KeyStore password in plain text.

string key_store_password = 21 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
boolean

Whether the keyStorePassword field is set.

hasKeyStorePasswordSecretVersion()

public boolean hasKeyStorePasswordSecretVersion()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

string key_store_password_secret_version = 25 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the keyStorePasswordSecretVersion field is set.

hasPassword()

public boolean hasPassword()

Optional. Input only. The password Oracle Goldengate uses to connect the Java Message Service in plain text.

string password = 19 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
boolean

Whether the password field is set.

hasPasswordSecretVersion()

public boolean hasPasswordSecretVersion()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect the associated Java Message Service. Format: projects/{project}/secrets/{secret}/versions/{version}.

string password_secret_version = 23 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the passwordSecretVersion field is set.

hasSslKeyPassword()

public boolean hasSslKeyPassword()

Optional. Input only. The password for the cert inside of the KeyStore in plain text.

string ssl_key_password = 22 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
boolean

Whether the sslKeyPassword field is set.

hasSslKeyPasswordSecretVersion()

public boolean hasSslKeyPasswordSecretVersion()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for the cert inside of the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.

string ssl_key_password_secret_version = 26 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the sslKeyPasswordSecretVersion field is set.

hasTrustStorePassword()

public boolean hasTrustStorePassword()

Optional. Input only. The TrustStore password in plain text.

string trust_store_password = 20 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
boolean

Whether the trustStorePassword field is set.

hasTrustStorePasswordSecretVersion()

public boolean hasTrustStorePasswordSecretVersion()

Optional. Input only. The resource name of a secret version in Secret Manager which contains the TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

string trust_store_password_secret_version = 24 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the trustStorePasswordSecretVersion field is set.

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

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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