public static final class GoldengateKafkaConnectionProperties.Builder extends GeneratedMessage.Builder<GoldengateKafkaConnectionProperties.Builder> implements GoldengateKafkaConnectionPropertiesOrBuilderThe properties of GoldengateKafkaConnection.
Protobuf type google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GoldengateKafkaConnectionProperties.BuilderImplements
GoldengateKafkaConnectionPropertiesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllBootstrapServers(Iterable<? extends KafkaBootstrapServer> values)
public GoldengateKafkaConnectionProperties.Builder addAllBootstrapServers(Iterable<? extends KafkaBootstrapServer> values)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.oracledatabase.v1.KafkaBootstrapServer> |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
addBootstrapServers(KafkaBootstrapServer value)
public GoldengateKafkaConnectionProperties.Builder addBootstrapServers(KafkaBootstrapServer value)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
KafkaBootstrapServer |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
addBootstrapServers(KafkaBootstrapServer.Builder builderForValue)
public GoldengateKafkaConnectionProperties.Builder addBootstrapServers(KafkaBootstrapServer.Builder builderForValue)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
KafkaBootstrapServer.Builder |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
addBootstrapServers(int index, KafkaBootstrapServer value)
public GoldengateKafkaConnectionProperties.Builder addBootstrapServers(int index, KafkaBootstrapServer value)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
KafkaBootstrapServer |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
addBootstrapServers(int index, KafkaBootstrapServer.Builder builderForValue)
public GoldengateKafkaConnectionProperties.Builder addBootstrapServers(int index, KafkaBootstrapServer.Builder builderForValue)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
KafkaBootstrapServer.Builder |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
addBootstrapServersBuilder()
public KafkaBootstrapServer.Builder addBootstrapServersBuilder()Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
KafkaBootstrapServer.Builder |
|
addBootstrapServersBuilder(int index)
public KafkaBootstrapServer.Builder addBootstrapServersBuilder(int index)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
KafkaBootstrapServer.Builder |
|
build()
public GoldengateKafkaConnectionProperties build()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties |
|
buildPartial()
public GoldengateKafkaConnectionProperties buildPartial()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties |
|
clear()
public GoldengateKafkaConnectionProperties.Builder clear()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
clearBootstrapServers()
public GoldengateKafkaConnectionProperties.Builder clearBootstrapServers()Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
clearClusterId()
public GoldengateKafkaConnectionProperties.Builder clearClusterId()Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.
string cluster_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearConnectionPasswordOptions()
public GoldengateKafkaConnectionProperties.Builder clearConnectionPasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
clearConsumerPropertiesFile()
public GoldengateKafkaConnectionProperties.Builder clearConsumerPropertiesFile()Optional. The base64 encoded content of the consumer.properties file.
string consumer_properties_file = 13 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearKeyStoreFile()
public GoldengateKafkaConnectionProperties.Builder clearKeyStoreFile()Optional. The base64 encoded content of the KeyStore file.
string key_store_file = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearKeyStorePassword()
public GoldengateKafkaConnectionProperties.Builder clearKeyStorePassword()Optional. Input only. The KeyStore password in plain text.
string key_store_password = 18 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearKeyStorePasswordOptions()
public GoldengateKafkaConnectionProperties.Builder clearKeyStorePasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
clearKeyStorePasswordSecretVersion()
public GoldengateKafkaConnectionProperties.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 = 22 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearPassword()
public GoldengateKafkaConnectionProperties.Builder clearPassword()Optional. Input only. The password for Kafka basic/SASL auth in plain text.
string password = 16 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearPasswordSecretVersion()
public GoldengateKafkaConnectionProperties.Builder clearPasswordSecretVersion()Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for Kafka basic/SASL auth. Format: projects/{project}/secrets/{secret}/versions/{version}.
string password_secret_version = 20 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearProducerPropertiesFile()
public GoldengateKafkaConnectionProperties.Builder clearProducerPropertiesFile()Optional. The base64 encoded content of the producer.properties file.
string producer_properties_file = 14 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearSecurityProtocol()
public GoldengateKafkaConnectionProperties.Builder clearSecurityProtocol()Optional. Security Type for Kafka.
.google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties.KafkaSecurityProtocol security_protocol = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearSslKeyPassword()
public GoldengateKafkaConnectionProperties.Builder clearSslKeyPassword()Optional. Input only. The password for the cert inside of the KeyStore in plain text.
string ssl_key_password = 19 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearSslKeyPasswordOptions()
public GoldengateKafkaConnectionProperties.Builder clearSslKeyPasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
clearSslKeyPasswordSecretVersion()
public GoldengateKafkaConnectionProperties.Builder clearSslKeyPasswordSecretVersion()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 = 23 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearStreamPoolId()
public GoldengateKafkaConnectionProperties.Builder clearStreamPoolId()Optional. The OCID of the stream pool being referenced.
string stream_pool_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearTechnologyType()
public GoldengateKafkaConnectionProperties.Builder clearTechnologyType()Optional. The technology type of KafkaConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearTrustStoreFile()
public GoldengateKafkaConnectionProperties.Builder clearTrustStoreFile()Optional. The base64 encoded content of the TrustStore file.
string trust_store_file = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearTrustStorePassword()
public GoldengateKafkaConnectionProperties.Builder clearTrustStorePassword()Optional. Input only. The TrustStore password in plain text.
string trust_store_password = 17 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearTrustStorePasswordOptions()
public GoldengateKafkaConnectionProperties.Builder clearTrustStorePasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
clearTrustStorePasswordSecretVersion()
public GoldengateKafkaConnectionProperties.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 = 21 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearUseResourcePrincipal()
public GoldengateKafkaConnectionProperties.Builder clearUseResourcePrincipal()Optional. Specifies that the user intends to authenticate to the instance using a resource principal. Applicable only for OCI Streaming connections.
bool use_resource_principal = 15 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
clearUsername()
public GoldengateKafkaConnectionProperties.Builder clearUsername()Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
string username = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
getBootstrapServers(int index)
public KafkaBootstrapServer getBootstrapServers(int index)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
KafkaBootstrapServer |
|
getBootstrapServersBuilder(int index)
public KafkaBootstrapServer.Builder getBootstrapServersBuilder(int index)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
KafkaBootstrapServer.Builder |
|
getBootstrapServersBuilderList()
public List<KafkaBootstrapServer.Builder> getBootstrapServersBuilderList()Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getBootstrapServersCount()
public int getBootstrapServersCount()Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getBootstrapServersList()
public List<KafkaBootstrapServer> getBootstrapServersList()Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<KafkaBootstrapServer> |
|
getBootstrapServersOrBuilder(int index)
public KafkaBootstrapServerOrBuilder getBootstrapServersOrBuilder(int index)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
KafkaBootstrapServerOrBuilder |
|
getBootstrapServersOrBuilderList()
public List<? extends KafkaBootstrapServerOrBuilder> getBootstrapServersOrBuilderList()Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.oracledatabase.v1.KafkaBootstrapServerOrBuilder> |
|
getClusterId()
public String getClusterId()Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.
string cluster_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The clusterId. |
getClusterIdBytes()
public ByteString getClusterIdBytes()Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.
string cluster_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clusterId. |
getConnectionPasswordOptionsCase()
public GoldengateKafkaConnectionProperties.ConnectionPasswordOptionsCase getConnectionPasswordOptionsCase()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.ConnectionPasswordOptionsCase |
|
getConsumerPropertiesFile()
public String getConsumerPropertiesFile()Optional. The base64 encoded content of the consumer.properties file.
string consumer_properties_file = 13 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The consumerPropertiesFile. |
getConsumerPropertiesFileBytes()
public ByteString getConsumerPropertiesFileBytes()Optional. The base64 encoded content of the consumer.properties file.
string consumer_properties_file = 13 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for consumerPropertiesFile. |
getDefaultInstanceForType()
public GoldengateKafkaConnectionProperties getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties |
|
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 = 18 [(.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 = 18 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for keyStorePassword. |
getKeyStorePasswordOptionsCase()
public GoldengateKafkaConnectionProperties.KeyStorePasswordOptionsCase getKeyStorePasswordOptionsCase()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.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 = 22 [(.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 = 22 [(.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 for Kafka basic/SASL auth in plain text.
string password = 16 [(.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 for Kafka basic/SASL auth in plain text.
string password = 16 [(.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 for Kafka basic/SASL auth. Format: projects/{project}/secrets/{secret}/versions/{version}.
string password_secret_version = 20 [(.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 for Kafka basic/SASL auth. Format: projects/{project}/secrets/{secret}/versions/{version}.
string password_secret_version = 20 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for passwordSecretVersion. |
getProducerPropertiesFile()
public String getProducerPropertiesFile()Optional. The base64 encoded content of the producer.properties file.
string producer_properties_file = 14 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The producerPropertiesFile. |
getProducerPropertiesFileBytes()
public ByteString getProducerPropertiesFileBytes()Optional. The base64 encoded content of the producer.properties file.
string producer_properties_file = 14 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for producerPropertiesFile. |
getSecurityProtocol()
public GoldengateKafkaConnectionProperties.KafkaSecurityProtocol getSecurityProtocol()Optional. Security Type for Kafka.
.google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties.KafkaSecurityProtocol security_protocol = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.KafkaSecurityProtocol |
The securityProtocol. |
getSecurityProtocolValue()
public int getSecurityProtocolValue()Optional. Security Type for Kafka.
.google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties.KafkaSecurityProtocol security_protocol = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for securityProtocol. |
getSslKeyPassword()
public String getSslKeyPassword()Optional. Input only. The password for the cert inside of the KeyStore in plain text.
string ssl_key_password = 19 [(.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 = 19 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sslKeyPassword. |
getSslKeyPasswordOptionsCase()
public GoldengateKafkaConnectionProperties.SslKeyPasswordOptionsCase getSslKeyPasswordOptionsCase()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.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 = 23 [(.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 = 23 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sslKeyPasswordSecretVersion. |
getStreamPoolId()
public String getStreamPoolId()Optional. The OCID of the stream pool being referenced.
string stream_pool_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The streamPoolId. |
getStreamPoolIdBytes()
public ByteString getStreamPoolIdBytes()Optional. The OCID of the stream pool being referenced.
string stream_pool_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for streamPoolId. |
getTechnologyType()
public String getTechnologyType()Optional. The technology type of KafkaConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The technologyType. |
getTechnologyTypeBytes()
public ByteString getTechnologyTypeBytes()Optional. The technology type of KafkaConnection.
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 = 17 [(.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 = 17 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for trustStorePassword. |
getTrustStorePasswordOptionsCase()
public GoldengateKafkaConnectionProperties.TrustStorePasswordOptionsCase getTrustStorePasswordOptionsCase()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.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 = 21 [(.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 = 21 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for trustStorePasswordSecretVersion. |
getUseResourcePrincipal()
public boolean getUseResourcePrincipal()Optional. Specifies that the user intends to authenticate to the instance using a resource principal. Applicable only for OCI Streaming connections.
bool use_resource_principal = 15 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The useResourcePrincipal. |
getUsername()
public String getUsername()Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
string username = 6 [(.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 = 6 [(.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 = 18 [(.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 = 22 [(.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 for Kafka basic/SASL auth in plain text.
string password = 16 [(.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 for Kafka basic/SASL auth. Format: projects/{project}/secrets/{secret}/versions/{version}.
string password_secret_version = 20 [(.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 = 19 [(.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 = 23 [(.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 = 17 [(.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 = 21 [(.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(GoldengateKafkaConnectionProperties other)
public GoldengateKafkaConnectionProperties.Builder mergeFrom(GoldengateKafkaConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateKafkaConnectionProperties |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GoldengateKafkaConnectionProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GoldengateKafkaConnectionProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
removeBootstrapServers(int index)
public GoldengateKafkaConnectionProperties.Builder removeBootstrapServers(int index)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
setBootstrapServers(int index, KafkaBootstrapServer value)
public GoldengateKafkaConnectionProperties.Builder setBootstrapServers(int index, KafkaBootstrapServer value)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
KafkaBootstrapServer |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
setBootstrapServers(int index, KafkaBootstrapServer.Builder builderForValue)
public GoldengateKafkaConnectionProperties.Builder setBootstrapServers(int index, KafkaBootstrapServer.Builder builderForValue)Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
repeated .google.cloud.oracledatabase.v1.KafkaBootstrapServer bootstrap_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
KafkaBootstrapServer.Builder |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
|
setClusterId(String value)
public GoldengateKafkaConnectionProperties.Builder setClusterId(String value)Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.
string cluster_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe clusterId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setClusterIdBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setClusterIdBytes(ByteString value)Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.
string cluster_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for clusterId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setConsumerPropertiesFile(String value)
public GoldengateKafkaConnectionProperties.Builder setConsumerPropertiesFile(String value)Optional. The base64 encoded content of the consumer.properties file.
string consumer_properties_file = 13 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe consumerPropertiesFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setConsumerPropertiesFileBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setConsumerPropertiesFileBytes(ByteString value)Optional. The base64 encoded content of the consumer.properties file.
string consumer_properties_file = 13 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for consumerPropertiesFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setKeyStoreFile(String value)
public GoldengateKafkaConnectionProperties.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 |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setKeyStoreFileBytes(ByteString value)
public GoldengateKafkaConnectionProperties.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 |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePassword(String value)
public GoldengateKafkaConnectionProperties.Builder setKeyStorePassword(String value)Optional. Input only. The KeyStore password in plain text.
string key_store_password = 18 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe keyStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePasswordBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setKeyStorePasswordBytes(ByteString value)Optional. Input only. The KeyStore password in plain text.
string key_store_password = 18 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for keyStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePasswordSecretVersion(String value)
public GoldengateKafkaConnectionProperties.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 = 22 [(.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 |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePasswordSecretVersionBytes(ByteString value)
public GoldengateKafkaConnectionProperties.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 = 22 [(.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 |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setPassword(String value)
public GoldengateKafkaConnectionProperties.Builder setPassword(String value)Optional. Input only. The password for Kafka basic/SASL auth in plain text.
string password = 16 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe password to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setPasswordBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setPasswordBytes(ByteString value)Optional. Input only. The password for Kafka basic/SASL auth in plain text.
string password = 16 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for password to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setPasswordSecretVersion(String value)
public GoldengateKafkaConnectionProperties.Builder setPasswordSecretVersion(String value)Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for Kafka basic/SASL auth. Format: projects/{project}/secrets/{secret}/versions/{version}.
string password_secret_version = 20 [(.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 |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setPasswordSecretVersionBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setPasswordSecretVersionBytes(ByteString value)Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for Kafka basic/SASL auth. Format: projects/{project}/secrets/{secret}/versions/{version}.
string password_secret_version = 20 [(.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 |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setProducerPropertiesFile(String value)
public GoldengateKafkaConnectionProperties.Builder setProducerPropertiesFile(String value)Optional. The base64 encoded content of the producer.properties file.
string producer_properties_file = 14 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe producerPropertiesFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setProducerPropertiesFileBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setProducerPropertiesFileBytes(ByteString value)Optional. The base64 encoded content of the producer.properties file.
string producer_properties_file = 14 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for producerPropertiesFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setSecurityProtocol(GoldengateKafkaConnectionProperties.KafkaSecurityProtocol value)
public GoldengateKafkaConnectionProperties.Builder setSecurityProtocol(GoldengateKafkaConnectionProperties.KafkaSecurityProtocol value)Optional. Security Type for Kafka.
.google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties.KafkaSecurityProtocol security_protocol = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
GoldengateKafkaConnectionProperties.KafkaSecurityProtocolThe securityProtocol to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setSecurityProtocolValue(int value)
public GoldengateKafkaConnectionProperties.Builder setSecurityProtocolValue(int value)Optional. Security Type for Kafka.
.google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties.KafkaSecurityProtocol security_protocol = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for securityProtocol to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setSslKeyPassword(String value)
public GoldengateKafkaConnectionProperties.Builder setSslKeyPassword(String value)Optional. Input only. The password for the cert inside of the KeyStore in plain text.
string ssl_key_password = 19 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sslKeyPassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setSslKeyPasswordBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setSslKeyPasswordBytes(ByteString value)Optional. Input only. The password for the cert inside of the KeyStore in plain text.
string ssl_key_password = 19 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sslKeyPassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setSslKeyPasswordSecretVersion(String value)
public GoldengateKafkaConnectionProperties.Builder setSslKeyPasswordSecretVersion(String value)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 = 23 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sslKeyPasswordSecretVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setSslKeyPasswordSecretVersionBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setSslKeyPasswordSecretVersionBytes(ByteString value)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 = 23 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sslKeyPasswordSecretVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setStreamPoolId(String value)
public GoldengateKafkaConnectionProperties.Builder setStreamPoolId(String value)Optional. The OCID of the stream pool being referenced.
string stream_pool_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe streamPoolId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setStreamPoolIdBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setStreamPoolIdBytes(ByteString value)Optional. The OCID of the stream pool being referenced.
string stream_pool_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for streamPoolId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setTechnologyType(String value)
public GoldengateKafkaConnectionProperties.Builder setTechnologyType(String value)Optional. The technology type of KafkaConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setTechnologyTypeBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setTechnologyTypeBytes(ByteString value)Optional. The technology type of KafkaConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setTrustStoreFile(String value)
public GoldengateKafkaConnectionProperties.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 |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setTrustStoreFileBytes(ByteString value)
public GoldengateKafkaConnectionProperties.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 |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePassword(String value)
public GoldengateKafkaConnectionProperties.Builder setTrustStorePassword(String value)Optional. Input only. The TrustStore password in plain text.
string trust_store_password = 17 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe trustStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePasswordBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setTrustStorePasswordBytes(ByteString value)Optional. Input only. The TrustStore password in plain text.
string trust_store_password = 17 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for trustStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePasswordSecretVersion(String value)
public GoldengateKafkaConnectionProperties.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 = 21 [(.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 |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePasswordSecretVersionBytes(ByteString value)
public GoldengateKafkaConnectionProperties.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 = 21 [(.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 |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setUseResourcePrincipal(boolean value)
public GoldengateKafkaConnectionProperties.Builder setUseResourcePrincipal(boolean value)Optional. Specifies that the user intends to authenticate to the instance using a resource principal. Applicable only for OCI Streaming connections.
bool use_resource_principal = 15 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe useResourcePrincipal to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setUsername(String value)
public GoldengateKafkaConnectionProperties.Builder setUsername(String value)Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
string username = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe username to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |
setUsernameBytes(ByteString value)
public GoldengateKafkaConnectionProperties.Builder setUsernameBytes(ByteString value)Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
string username = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for username to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaConnectionProperties.Builder |
This builder for chaining. |