public interface MysqlSslConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCaCertificateSet()
public abstract boolean getCaCertificateSet()
Output only. Indicates whether the ca_certificate field is set.
bool ca_certificate_set = 6;
Returns | |
---|---|
Type | Description |
boolean |
The caCertificateSet. |
getClientCertificateSet()
public abstract boolean getClientCertificateSet()
Output only. Indicates whether the client_certificate field is set.
bool client_certificate_set = 4;
Returns | |
---|---|
Type | Description |
boolean |
The clientCertificateSet. |
getClientKeySet()
public abstract boolean getClientKeySet()
Output only. Indicates whether the client_key field is set.
bool client_key_set = 2;
Returns | |
---|---|
Type | Description |
boolean |
The clientKeySet. |