Interface MysqlSslConfigOrBuilder (0.14.1)

public interface MysqlSslConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaCertificateSet()

public abstract boolean getCaCertificateSet()

Output only. Indicates whether the ca_certificate field is set.

bool ca_certificate_set = 6;

Returns
TypeDescription
boolean

The caCertificateSet.

getClientCertificateSet()

public abstract boolean getClientCertificateSet()

Output only. Indicates whether the client_certificate field is set.

bool client_certificate_set = 4;

Returns
TypeDescription
boolean

The clientCertificateSet.

getClientKeySet()

public abstract boolean getClientKeySet()

Output only. Indicates whether the client_key field is set.

bool client_key_set = 2;

Returns
TypeDescription
boolean

The clientKeySet.