Interface OracleSslConfigOrBuilder (1.54.0)

public interface OracleSslConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaCertificate()

public abstract String getCaCertificate()

Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

string ca_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
String

The caCertificate.

getCaCertificateBytes()

public abstract ByteString getCaCertificateBytes()

Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

string ca_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
ByteString

The bytes for caCertificate.

getCaCertificateSet()

public abstract boolean getCaCertificateSet()

Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.

bool ca_certificate_set = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The caCertificateSet.