public static final class GoldengateOracleNosqlConnectionProperties.Builder extends GeneratedMessage.Builder<GoldengateOracleNosqlConnectionProperties.Builder> implements GoldengateOracleNosqlConnectionPropertiesOrBuilderThe properties of GoldengateOracleNosqlConnection.
Protobuf type google.cloud.oracledatabase.v1.GoldengateOracleNosqlConnectionProperties
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GoldengateOracleNosqlConnectionProperties.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GoldengateOracleNosqlConnectionProperties build()| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties |
|
buildPartial()
public GoldengateOracleNosqlConnectionProperties buildPartial()| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties |
|
clear()
public GoldengateOracleNosqlConnectionProperties.Builder clear()| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
|
clearPrivateKeyFile()
public GoldengateOracleNosqlConnectionProperties.Builder clearPrivateKeyFile()Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
string private_key_file = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
clearPrivateKeyPassphraseSecret()
public GoldengateOracleNosqlConnectionProperties.Builder clearPrivateKeyPassphraseSecret()Optional. The passphrase of the private key.
string private_key_passphrase_secret = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
clearPublicKeyFingerprint()
public GoldengateOracleNosqlConnectionProperties.Builder clearPublicKeyFingerprint()Optional. The fingerprint of the API Key of the user specified by the userId.
string public_key_fingerprint = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
clearRegion()
public GoldengateOracleNosqlConnectionProperties.Builder clearRegion()Optional. The name of the region. e.g.: us-ashburn-1
string region = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
clearTechnologyType()
public GoldengateOracleNosqlConnectionProperties.Builder clearTechnologyType()Optional. The technology type of OracleNosqlConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
clearTenancyId()
public GoldengateOracleNosqlConnectionProperties.Builder clearTenancyId()Optional. The OCID of the OCI tenancy.
string tenancy_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
clearUseResourcePrincipal()
public GoldengateOracleNosqlConnectionProperties.Builder clearUseResourcePrincipal()Optional. Specifies that the user intends to authenticate to the instance using a resource principal.
bool use_resource_principal = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
clearUserId()
public GoldengateOracleNosqlConnectionProperties.Builder clearUserId()Optional. The OCID of the OCI user who will access the Oracle NoSQL database.
string user_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GoldengateOracleNosqlConnectionProperties getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPrivateKeyFile()
public String getPrivateKeyFile()Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
string private_key_file = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The privateKeyFile. |
getPrivateKeyFileBytes()
public ByteString getPrivateKeyFileBytes()Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
string private_key_file = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for privateKeyFile. |
getPrivateKeyPassphraseSecret()
public String getPrivateKeyPassphraseSecret()Optional. The passphrase of the private key.
string private_key_passphrase_secret = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The privateKeyPassphraseSecret. |
getPrivateKeyPassphraseSecretBytes()
public ByteString getPrivateKeyPassphraseSecretBytes()Optional. The passphrase of the private key.
string private_key_passphrase_secret = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for privateKeyPassphraseSecret. |
getPublicKeyFingerprint()
public String getPublicKeyFingerprint()Optional. The fingerprint of the API Key of the user specified by the userId.
string public_key_fingerprint = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The publicKeyFingerprint. |
getPublicKeyFingerprintBytes()
public ByteString getPublicKeyFingerprintBytes()Optional. The fingerprint of the API Key of the user specified by the userId.
string public_key_fingerprint = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publicKeyFingerprint. |
getRegion()
public String getRegion()Optional. The name of the region. e.g.: us-ashburn-1
string region = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public ByteString getRegionBytes()Optional. The name of the region. e.g.: us-ashburn-1
string region = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getTechnologyType()
public String getTechnologyType()Optional. The technology type of OracleNosqlConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The technologyType. |
getTechnologyTypeBytes()
public ByteString getTechnologyTypeBytes()Optional. The technology type of OracleNosqlConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for technologyType. |
getTenancyId()
public String getTenancyId()Optional. The OCID of the OCI tenancy.
string tenancy_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The tenancyId. |
getTenancyIdBytes()
public ByteString getTenancyIdBytes()Optional. The OCID of the OCI tenancy.
string tenancy_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tenancyId. |
getUseResourcePrincipal()
public boolean getUseResourcePrincipal()Optional. Specifies that the user intends to authenticate to the instance using a resource principal.
bool use_resource_principal = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The useResourcePrincipal. |
getUserId()
public String getUserId()Optional. The OCID of the OCI user who will access the Oracle NoSQL database.
string user_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The userId. |
getUserIdBytes()
public ByteString getUserIdBytes()Optional. The OCID of the OCI user who will access the Oracle NoSQL database.
string user_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for userId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GoldengateOracleNosqlConnectionProperties other)
public GoldengateOracleNosqlConnectionProperties.Builder mergeFrom(GoldengateOracleNosqlConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateOracleNosqlConnectionProperties |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GoldengateOracleNosqlConnectionProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GoldengateOracleNosqlConnectionProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
|
setPrivateKeyFile(String value)
public GoldengateOracleNosqlConnectionProperties.Builder setPrivateKeyFile(String value)Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
string private_key_file = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe privateKeyFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setPrivateKeyFileBytes(ByteString value)
public GoldengateOracleNosqlConnectionProperties.Builder setPrivateKeyFileBytes(ByteString value)Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
string private_key_file = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for privateKeyFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setPrivateKeyPassphraseSecret(String value)
public GoldengateOracleNosqlConnectionProperties.Builder setPrivateKeyPassphraseSecret(String value)Optional. The passphrase of the private key.
string private_key_passphrase_secret = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe privateKeyPassphraseSecret to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setPrivateKeyPassphraseSecretBytes(ByteString value)
public GoldengateOracleNosqlConnectionProperties.Builder setPrivateKeyPassphraseSecretBytes(ByteString value)Optional. The passphrase of the private key.
string private_key_passphrase_secret = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for privateKeyPassphraseSecret to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setPublicKeyFingerprint(String value)
public GoldengateOracleNosqlConnectionProperties.Builder setPublicKeyFingerprint(String value)Optional. The fingerprint of the API Key of the user specified by the userId.
string public_key_fingerprint = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe publicKeyFingerprint to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setPublicKeyFingerprintBytes(ByteString value)
public GoldengateOracleNosqlConnectionProperties.Builder setPublicKeyFingerprintBytes(ByteString value)Optional. The fingerprint of the API Key of the user specified by the userId.
string public_key_fingerprint = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for publicKeyFingerprint to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setRegion(String value)
public GoldengateOracleNosqlConnectionProperties.Builder setRegion(String value)Optional. The name of the region. e.g.: us-ashburn-1
string region = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe region to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public GoldengateOracleNosqlConnectionProperties.Builder setRegionBytes(ByteString value)Optional. The name of the region. e.g.: us-ashburn-1
string region = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for region to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setTechnologyType(String value)
public GoldengateOracleNosqlConnectionProperties.Builder setTechnologyType(String value)Optional. The technology type of OracleNosqlConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setTechnologyTypeBytes(ByteString value)
public GoldengateOracleNosqlConnectionProperties.Builder setTechnologyTypeBytes(ByteString value)Optional. The technology type of OracleNosqlConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setTenancyId(String value)
public GoldengateOracleNosqlConnectionProperties.Builder setTenancyId(String value)Optional. The OCID of the OCI tenancy.
string tenancy_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tenancyId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setTenancyIdBytes(ByteString value)
public GoldengateOracleNosqlConnectionProperties.Builder setTenancyIdBytes(ByteString value)Optional. The OCID of the OCI tenancy.
string tenancy_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for tenancyId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setUseResourcePrincipal(boolean value)
public GoldengateOracleNosqlConnectionProperties.Builder setUseResourcePrincipal(boolean value)Optional. Specifies that the user intends to authenticate to the instance using a resource principal.
bool use_resource_principal = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe useResourcePrincipal to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setUserId(String value)
public GoldengateOracleNosqlConnectionProperties.Builder setUserId(String value)Optional. The OCID of the OCI user who will access the Oracle NoSQL database.
string user_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe userId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |
setUserIdBytes(ByteString value)
public GoldengateOracleNosqlConnectionProperties.Builder setUserIdBytes(ByteString value)Optional. The OCID of the OCI user who will access the Oracle NoSQL database.
string user_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for userId to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateOracleNosqlConnectionProperties.Builder |
This builder for chaining. |