public static final class GoldengateRedisConnectionProperties.Builder extends GeneratedMessage.Builder<GoldengateRedisConnectionProperties.Builder> implements GoldengateRedisConnectionPropertiesOrBuilderThe properties of GoldengateRedisConnection.
Protobuf type google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GoldengateRedisConnectionProperties.BuilderImplements
GoldengateRedisConnectionPropertiesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GoldengateRedisConnectionProperties build()| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties |
|
buildPartial()
public GoldengateRedisConnectionProperties buildPartial()| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties |
|
clear()
public GoldengateRedisConnectionProperties.Builder clear()| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
|
clearAuthenticationType()
public GoldengateRedisConnectionProperties.Builder clearAuthenticationType()Optional. Authentication type for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisAuthenticationType authentication_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearConnectionPasswordOptions()
public GoldengateRedisConnectionProperties.Builder clearConnectionPasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
|
clearKeyStoreFile()
public GoldengateRedisConnectionProperties.Builder clearKeyStoreFile()Optional. The base64 encoded content of the KeyStore file.
string key_store_file = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearKeyStorePassword()
public GoldengateRedisConnectionProperties.Builder clearKeyStorePassword()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 |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearKeyStorePasswordOptions()
public GoldengateRedisConnectionProperties.Builder clearKeyStorePasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
|
clearKeyStorePasswordSecretVersion()
public GoldengateRedisConnectionProperties.Builder clearKeyStorePasswordSecretVersion()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 |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearPassword()
public GoldengateRedisConnectionProperties.Builder clearPassword()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 |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearPasswordSecretVersion()
public GoldengateRedisConnectionProperties.Builder clearPasswordSecretVersion()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 |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearRedisClusterId()
public GoldengateRedisConnectionProperties.Builder clearRedisClusterId()Optional. The OCID of the Redis cluster.
string redis_cluster_id = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearSecurityProtocol()
public GoldengateRedisConnectionProperties.Builder clearSecurityProtocol()Optional. Security protocol for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisSecurityProtocol security_protocol = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearServers()
public GoldengateRedisConnectionProperties.Builder clearServers()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 |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearTechnologyType()
public GoldengateRedisConnectionProperties.Builder clearTechnologyType()Optional. The technology type of RedisConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearTrustStoreFile()
public GoldengateRedisConnectionProperties.Builder clearTrustStoreFile()Optional. The base64 encoded content of the TrustStore file.
string trust_store_file = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearTrustStorePassword()
public GoldengateRedisConnectionProperties.Builder clearTrustStorePassword()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 |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearTrustStorePasswordOptions()
public GoldengateRedisConnectionProperties.Builder clearTrustStorePasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
|
clearTrustStorePasswordSecretVersion()
public GoldengateRedisConnectionProperties.Builder clearTrustStorePasswordSecretVersion()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 |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
clearUsername()
public GoldengateRedisConnectionProperties.Builder clearUsername()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 |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
getAuthenticationType()
public GoldengateRedisConnectionProperties.RedisAuthenticationType getAuthenticationType()Optional. Authentication type for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisAuthenticationType authentication_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.RedisAuthenticationType |
The authenticationType. |
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()| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.ConnectionPasswordOptionsCase |
|
getDefaultInstanceForType()
public GoldengateRedisConnectionProperties getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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()| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.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 = 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. |
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];
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.RedisSecurityProtocol |
The securityProtocol. |
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. |
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()| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.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 = 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GoldengateRedisConnectionProperties other)
public GoldengateRedisConnectionProperties.Builder mergeFrom(GoldengateRedisConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateRedisConnectionProperties |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GoldengateRedisConnectionProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GoldengateRedisConnectionProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
|
setAuthenticationType(GoldengateRedisConnectionProperties.RedisAuthenticationType value)
public GoldengateRedisConnectionProperties.Builder setAuthenticationType(GoldengateRedisConnectionProperties.RedisAuthenticationType value)Optional. Authentication type for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisAuthenticationType authentication_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
GoldengateRedisConnectionProperties.RedisAuthenticationTypeThe authenticationType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setAuthenticationTypeValue(int value)
public GoldengateRedisConnectionProperties.Builder setAuthenticationTypeValue(int value)Optional. Authentication type for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisAuthenticationType authentication_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for authenticationType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setKeyStoreFile(String value)
public GoldengateRedisConnectionProperties.Builder setKeyStoreFile(String value)Optional. The base64 encoded content of the KeyStore file.
string key_store_file = 10 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe keyStoreFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setKeyStoreFileBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setKeyStoreFileBytes(ByteString value)Optional. The base64 encoded content of the KeyStore file.
string key_store_file = 10 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for keyStoreFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePassword(String value)
public GoldengateRedisConnectionProperties.Builder setKeyStorePassword(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe keyStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePasswordBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setKeyStorePasswordBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for keyStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePasswordSecretVersion(String value)
public GoldengateRedisConnectionProperties.Builder setKeyStorePasswordSecretVersion(String value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe keyStorePasswordSecretVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePasswordSecretVersionBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setKeyStorePasswordSecretVersionBytes(ByteString value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for keyStorePasswordSecretVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setPassword(String value)
public GoldengateRedisConnectionProperties.Builder setPassword(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe password to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setPasswordBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setPasswordBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for password to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setPasswordSecretVersion(String value)
public GoldengateRedisConnectionProperties.Builder setPasswordSecretVersion(String value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe passwordSecretVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setPasswordSecretVersionBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setPasswordSecretVersionBytes(ByteString value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for passwordSecretVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setRedisClusterId(String value)
public GoldengateRedisConnectionProperties.Builder setRedisClusterId(String value)Optional. The OCID of the Redis cluster.
string redis_cluster_id = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe redisClusterId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setRedisClusterIdBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setRedisClusterIdBytes(ByteString value)Optional. The OCID of the Redis cluster.
string redis_cluster_id = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for redisClusterId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setSecurityProtocol(GoldengateRedisConnectionProperties.RedisSecurityProtocol value)
public GoldengateRedisConnectionProperties.Builder setSecurityProtocol(GoldengateRedisConnectionProperties.RedisSecurityProtocol value)Optional. Security protocol for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisSecurityProtocol security_protocol = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
GoldengateRedisConnectionProperties.RedisSecurityProtocolThe securityProtocol to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setSecurityProtocolValue(int value)
public GoldengateRedisConnectionProperties.Builder setSecurityProtocolValue(int value)Optional. Security protocol for Redis.
.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisSecurityProtocol security_protocol = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for securityProtocol to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setServers(String value)
public GoldengateRedisConnectionProperties.Builder setServers(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe servers to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setServersBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setServersBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for servers to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setTechnologyType(String value)
public GoldengateRedisConnectionProperties.Builder setTechnologyType(String value)Optional. The technology type of RedisConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setTechnologyTypeBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setTechnologyTypeBytes(ByteString value)Optional. The technology type of RedisConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setTrustStoreFile(String value)
public GoldengateRedisConnectionProperties.Builder setTrustStoreFile(String value)Optional. The base64 encoded content of the TrustStore file.
string trust_store_file = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe trustStoreFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setTrustStoreFileBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setTrustStoreFileBytes(ByteString value)Optional. The base64 encoded content of the TrustStore file.
string trust_store_file = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for trustStoreFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePassword(String value)
public GoldengateRedisConnectionProperties.Builder setTrustStorePassword(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe trustStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePasswordBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setTrustStorePasswordBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for trustStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePasswordSecretVersion(String value)
public GoldengateRedisConnectionProperties.Builder setTrustStorePasswordSecretVersion(String value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe trustStorePasswordSecretVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePasswordSecretVersionBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setTrustStorePasswordSecretVersionBytes(ByteString value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for trustStorePasswordSecretVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setUsername(String value)
public GoldengateRedisConnectionProperties.Builder setUsername(String value)Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
string username = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe username to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |
setUsernameBytes(ByteString value)
public GoldengateRedisConnectionProperties.Builder setUsernameBytes(ByteString value)Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
string username = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for username to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateRedisConnectionProperties.Builder |
This builder for chaining. |