public static final class GoldengateKafkaSchemaRegistryConnectionProperties.Builder extends GeneratedMessage.Builder<GoldengateKafkaSchemaRegistryConnectionProperties.Builder> implements GoldengateKafkaSchemaRegistryConnectionPropertiesOrBuilderThe properties of GoldengateKafkaSchemaRegistryConnection.
Protobuf type
google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GoldengateKafkaSchemaRegistryConnectionProperties.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GoldengateKafkaSchemaRegistryConnectionProperties build()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties |
|
buildPartial()
public GoldengateKafkaSchemaRegistryConnectionProperties buildPartial()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties |
|
clear()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clear()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
|
clearAuthenticationType()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearAuthenticationType()Optional. Used authentication mechanism to access Schema Registry.
.google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType authentication_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearConnectionPasswordOptions()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearConnectionPasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
|
clearKeyStoreFile()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearKeyStoreFile()Optional. The base64 encoded content of the KeyStore file.
string key_store_file = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearKeyStorePassword()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearKeyStorePassword()Optional. Input only. The KeyStore password in plain text.
string key_store_password = 13 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearKeyStorePasswordOptions()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearKeyStorePasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
|
clearKeyStorePasswordSecretVersion()
public GoldengateKafkaSchemaRegistryConnectionProperties.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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearPassword()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearPassword()Optional. Input only. The password to access Schema Registry in plain text.
string password = 11 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearPasswordSecretVersion()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearPasswordSecretVersion()Optional. Input only. The resource name of a secret version in Secret Manager which contains the password to access Schema Registry using basic authentication. 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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearSslKeyPassword()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearSslKeyPassword()Optional. Input only. The password for the cert inside the KeyStore in plain text.
string ssl_key_password = 14 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearSslKeyPasswordOptions()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearSslKeyPasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
|
clearSslKeyPasswordSecretVersion()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearSslKeyPasswordSecretVersion()Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for the cert inside the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.
string ssl_key_password_secret_version = 18 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearTechnologyType()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearTechnologyType()Optional. The technology type of KafkaSchemaRegistryConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearTrustStoreFile()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearTrustStoreFile()Optional. The base64 encoded content of the TrustStore file.
string trust_store_file = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearTrustStorePassword()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearTrustStorePassword()Optional. Input only. The TrustStore password in plain text.
string trust_store_password = 12 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearTrustStorePasswordOptions()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearTrustStorePasswordOptions()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
|
clearTrustStorePasswordSecretVersion()
public GoldengateKafkaSchemaRegistryConnectionProperties.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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearUrl()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearUrl()Optional. Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
string url = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
clearUsername()
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder clearUsername()Optional. The username to access Schema Registry using basic authentication. This value is injected into 'schema.registry.basic.auth.user.info=user:password' configuration property.
string username = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
getAuthenticationType()
public GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType getAuthenticationType()Optional. Used authentication mechanism to access Schema Registry.
.google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType authentication_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType |
The authenticationType. |
getAuthenticationTypeValue()
public int getAuthenticationTypeValue()Optional. Used authentication mechanism to access Schema Registry.
.google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType authentication_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for authenticationType. |
getConnectionPasswordOptionsCase()
public GoldengateKafkaSchemaRegistryConnectionProperties.ConnectionPasswordOptionsCase getConnectionPasswordOptionsCase()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.ConnectionPasswordOptionsCase |
|
getDefaultInstanceForType()
public GoldengateKafkaSchemaRegistryConnectionProperties getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties |
|
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 = 8 [(.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 = 8 [(.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 = 13 [(.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 = 13 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for keyStorePassword. |
getKeyStorePasswordOptionsCase()
public GoldengateKafkaSchemaRegistryConnectionProperties.KeyStorePasswordOptionsCase getKeyStorePasswordOptionsCase()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.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 to access Schema Registry in plain text.
string password = 11 [(.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 to access Schema Registry in plain text.
string password = 11 [(.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 to access Schema Registry using basic authentication. 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 to access Schema Registry using basic authentication. 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. |
getSslKeyPassword()
public String getSslKeyPassword()Optional. Input only. The password for the cert inside the KeyStore in plain text.
string ssl_key_password = 14 [(.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 the KeyStore in plain text.
string ssl_key_password = 14 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sslKeyPassword. |
getSslKeyPasswordOptionsCase()
public GoldengateKafkaSchemaRegistryConnectionProperties.SslKeyPasswordOptionsCase getSslKeyPasswordOptionsCase()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.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 the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.
string ssl_key_password_secret_version = 18 [(.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 the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.
string ssl_key_password_secret_version = 18 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sslKeyPasswordSecretVersion. |
getTechnologyType()
public String getTechnologyType()Optional. The technology type of KafkaSchemaRegistryConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The technologyType. |
getTechnologyTypeBytes()
public ByteString getTechnologyTypeBytes()Optional. The technology type of KafkaSchemaRegistryConnection.
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 = 6 [(.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 = 6 [(.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 = 12 [(.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 = 12 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for trustStorePassword. |
getTrustStorePasswordOptionsCase()
public GoldengateKafkaSchemaRegistryConnectionProperties.TrustStorePasswordOptionsCase getTrustStorePasswordOptionsCase()| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.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. |
getUrl()
public String getUrl()Optional. Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
string url = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The url. |
getUrlBytes()
public ByteString getUrlBytes()Optional. Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
string url = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for url. |
getUsername()
public String getUsername()Optional. The username to access Schema Registry using basic authentication. This value is injected into 'schema.registry.basic.auth.user.info=user:password' configuration property.
string username = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The username. |
getUsernameBytes()
public ByteString getUsernameBytes()Optional. The username to access Schema Registry using basic authentication. This value is injected into 'schema.registry.basic.auth.user.info=user:password' configuration property.
string username = 4 [(.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 = 13 [(.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 to access Schema Registry in plain text.
string password = 11 [(.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 to access Schema Registry using basic authentication. 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. |
hasSslKeyPassword()
public boolean hasSslKeyPassword()Optional. Input only. The password for the cert inside the KeyStore in plain text.
string ssl_key_password = 14 [(.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 the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.
string ssl_key_password_secret_version = 18 [(.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 = 12 [(.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(GoldengateKafkaSchemaRegistryConnectionProperties other)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder mergeFrom(GoldengateKafkaSchemaRegistryConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateKafkaSchemaRegistryConnectionProperties |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
|
setAuthenticationType(GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setAuthenticationType(GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType value)Optional. Used authentication mechanism to access Schema Registry.
.google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType authentication_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationTypeThe authenticationType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setAuthenticationTypeValue(int value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setAuthenticationTypeValue(int value)Optional. Used authentication mechanism to access Schema Registry.
.google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType authentication_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for authenticationType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setKeyStoreFile(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setKeyStoreFile(String value)Optional. The base64 encoded content of the KeyStore file.
string key_store_file = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe keyStoreFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setKeyStoreFileBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setKeyStoreFileBytes(ByteString value)Optional. The base64 encoded content of the KeyStore file.
string key_store_file = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for keyStoreFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePassword(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setKeyStorePassword(String value)Optional. Input only. The KeyStore password in plain text.
string key_store_password = 13 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe keyStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePasswordBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setKeyStorePasswordBytes(ByteString value)Optional. Input only. The KeyStore password in plain text.
string key_store_password = 13 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for keyStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePasswordSecretVersion(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setKeyStorePasswordSecretVersionBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setPassword(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setPassword(String value)Optional. Input only. The password to access Schema Registry in plain text.
string password = 11 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe password to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setPasswordBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setPasswordBytes(ByteString value)Optional. Input only. The password to access Schema Registry in plain text.
string password = 11 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for password to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setPasswordSecretVersion(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setPasswordSecretVersion(String value)Optional. Input only. The resource name of a secret version in Secret Manager which contains the password to access Schema Registry using basic authentication. 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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setPasswordSecretVersionBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setPasswordSecretVersionBytes(ByteString value)Optional. Input only. The resource name of a secret version in Secret Manager which contains the password to access Schema Registry using basic authentication. 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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setSslKeyPassword(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setSslKeyPassword(String value)Optional. Input only. The password for the cert inside the KeyStore in plain text.
string ssl_key_password = 14 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sslKeyPassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setSslKeyPasswordBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setSslKeyPasswordBytes(ByteString value)Optional. Input only. The password for the cert inside the KeyStore in plain text.
string ssl_key_password = 14 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sslKeyPassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setSslKeyPasswordSecretVersion(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.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 the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.
string ssl_key_password_secret_version = 18 [(.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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setSslKeyPasswordSecretVersionBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.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 the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.
string ssl_key_password_secret_version = 18 [(.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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setTechnologyType(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setTechnologyType(String value)Optional. The technology type of KafkaSchemaRegistryConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setTechnologyTypeBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setTechnologyTypeBytes(ByteString value)Optional. The technology type of KafkaSchemaRegistryConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setTrustStoreFile(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setTrustStoreFile(String value)Optional. The base64 encoded content of the TrustStore file.
string trust_store_file = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe trustStoreFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setTrustStoreFileBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setTrustStoreFileBytes(ByteString value)Optional. The base64 encoded content of the TrustStore file.
string trust_store_file = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for trustStoreFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePassword(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setTrustStorePassword(String value)Optional. Input only. The TrustStore password in plain text.
string trust_store_password = 12 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe trustStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePasswordBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setTrustStorePasswordBytes(ByteString value)Optional. Input only. The TrustStore password in plain text.
string trust_store_password = 12 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for trustStorePassword to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePasswordSecretVersion(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setTrustStorePasswordSecretVersionBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.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 |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setUrl(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setUrl(String value)Optional. Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
string url = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe url to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setUrlBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setUrlBytes(ByteString value)Optional. Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
string url = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for url to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setUsername(String value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setUsername(String value)Optional. The username to access Schema Registry using basic authentication. This value is injected into 'schema.registry.basic.auth.user.info=user:password' configuration property.
string username = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe username to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |
setUsernameBytes(ByteString value)
public GoldengateKafkaSchemaRegistryConnectionProperties.Builder setUsernameBytes(ByteString value)Optional. The username to access Schema Registry using basic authentication. This value is injected into 'schema.registry.basic.auth.user.info=user:password' configuration property.
string username = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for username to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateKafkaSchemaRegistryConnectionProperties.Builder |
This builder for chaining. |