public final class GoldengateRedisConnectionProperties extends GeneratedMessage implements GoldengateRedisConnectionPropertiesOrBuilder
The properties of GoldengateRedisConnection.
Protobuf type google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties
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
AUTHENTICATION_TYPE_FIELD_NUMBER
public static final int AUTHENTICATION_TYPE_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 |
|
REDIS_CLUSTER_ID_FIELD_NUMBER
public static final int REDIS_CLUSTER_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SECURITY_PROTOCOL_FIELD_NUMBER
public static final int SECURITY_PROTOCOL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SERVERS_FIELD_NUMBER
public static final int SERVERS_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 |
|
Static Methods
getDefaultInstance()
public static GoldengateRedisConnectionProperties getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GoldengateRedisConnectionProperties.Builder newBuilder()
newBuilder(GoldengateRedisConnectionProperties prototype)
public static GoldengateRedisConnectionProperties.Builder newBuilder(GoldengateRedisConnectionProperties prototype)
public static GoldengateRedisConnectionProperties parseDelimitedFrom(InputStream input)
public static GoldengateRedisConnectionProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GoldengateRedisConnectionProperties parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GoldengateRedisConnectionProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GoldengateRedisConnectionProperties parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GoldengateRedisConnectionProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GoldengateRedisConnectionProperties parseFrom(CodedInputStream input)
public static GoldengateRedisConnectionProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GoldengateRedisConnectionProperties parseFrom(InputStream input)
public static GoldengateRedisConnectionProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GoldengateRedisConnectionProperties parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GoldengateRedisConnectionProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GoldengateRedisConnectionProperties> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAuthenticationType()
public GoldengateRedisConnectionProperties.RedisAuthenticationType getAuthenticationType()
Optional. Authentication type for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisAuthenticationType authentication_type = 4 [(.google.api.field_behavior) = OPTIONAL];
getAuthenticationTypeValue()
public int getAuthenticationTypeValue()
Optional. Authentication type for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisAuthenticationType authentication_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for authenticationType.
|
getConnectionPasswordOptionsCase()
public GoldengateRedisConnectionProperties.ConnectionPasswordOptionsCase getConnectionPasswordOptionsCase()
getDefaultInstanceForType()
public GoldengateRedisConnectionProperties getDefaultInstanceForType()
getKeyStoreFile()
public String getKeyStoreFile()
Optional. The base64 encoded content of the KeyStore file.
string key_store_file = 10 [(.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 = 10 [(.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 = 14 [(.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 = 14 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for keyStorePassword.
|
getKeyStorePasswordOptionsCase()
public GoldengateRedisConnectionProperties.KeyStorePasswordOptionsCase getKeyStorePasswordOptionsCase()
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 = 17 [(.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 = 17 [(.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<GoldengateRedisConnectionProperties> getParserForType()
Overrides
getPassword()
public String getPassword()
Optional. Input only. The password Oracle Goldengate uses for Redis
connection in plain text.
string password = 12 [(.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 for Redis
connection in plain text.
string password = 12 [(.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 for Redis
connection. Format:
projects/{project}/secrets/{secret}/versions/{version}.
string password_secret_version = 15 [(.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 for Redis
connection. Format:
projects/{project}/secrets/{secret}/versions/{version}.
string password_secret_version = 15 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for passwordSecretVersion.
|
getRedisClusterId()
public String getRedisClusterId()
Optional. The OCID of the Redis cluster.
string redis_cluster_id = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The redisClusterId.
|
getRedisClusterIdBytes()
public ByteString getRedisClusterIdBytes()
Optional. The OCID of the Redis cluster.
string redis_cluster_id = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for redisClusterId.
|
getSecurityProtocol()
public GoldengateRedisConnectionProperties.RedisSecurityProtocol getSecurityProtocol()
Optional. Security protocol for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisSecurityProtocol security_protocol = 3 [(.google.api.field_behavior) = OPTIONAL];
getSecurityProtocolValue()
public int getSecurityProtocolValue()
Optional. Security protocol for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisSecurityProtocol security_protocol = 3 [(.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
getServers()
public String getServers()
Optional. Comma separated list of Redis server addresses, specified as
host:port entries, where :port is optional. If port is not specified, it
defaults to 6379. Example:
"server1.example.com:6379,server2.example.com:6379"
string servers = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The servers.
|
getServersBytes()
public ByteString getServersBytes()
Optional. Comma separated list of Redis server addresses, specified as
host:port entries, where :port is optional. If port is not specified, it
defaults to 6379. Example:
"server1.example.com:6379,server2.example.com:6379"
string servers = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for servers.
|
getTechnologyType()
public String getTechnologyType()
Optional. The technology type of RedisConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The technologyType.
|
getTechnologyTypeBytes()
public ByteString getTechnologyTypeBytes()
Optional. The technology type of RedisConnection.
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 = 8 [(.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 = 8 [(.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 = 13 [(.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 = 13 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for trustStorePassword.
|
getTrustStorePasswordOptionsCase()
public GoldengateRedisConnectionProperties.TrustStorePasswordOptionsCase getTrustStorePasswordOptionsCase()
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 = 16 [(.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 = 16 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for trustStorePasswordSecretVersion.
|
getUsername()
public String getUsername()
Optional. The username Oracle Goldengate uses to connect the associated
system of the given technology.
string username = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The username.
|
getUsernameBytes()
public ByteString getUsernameBytes()
Optional. The username Oracle Goldengate uses to connect the associated
system of the given technology.
string username = 5 [(.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 = 14 [(.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 = 17 [(.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 for Redis
connection in plain text.
string password = 12 [(.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 for Redis
connection. Format:
projects/{project}/secrets/{secret}/versions/{version}.
string password_secret_version = 15 [(.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.
|
hasTrustStorePassword()
public boolean hasTrustStorePassword()
Optional. Input only. The TrustStore password in plain text.
string trust_store_password = 13 [(.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 = 16 [(.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()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GoldengateRedisConnectionProperties.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GoldengateRedisConnectionProperties.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public GoldengateRedisConnectionProperties.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides