public interface DemoteMasterMySqlReplicaConfigurationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCaCertificate()
public abstract String getCaCertificate()PEM representation of the trusted CA's x509 certificate.
string ca_certificate = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The caCertificate. |
getCaCertificateBytes()
public abstract ByteString getCaCertificateBytes()PEM representation of the trusted CA's x509 certificate.
string ca_certificate = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for caCertificate. |
getClientCertificate()
public abstract String getClientCertificate()PEM representation of the replica's x509 certificate.
string client_certificate = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The clientCertificate. |
getClientCertificateBytes()
public abstract ByteString getClientCertificateBytes()PEM representation of the replica's x509 certificate.
string client_certificate = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientCertificate. |
getClientKey()
public abstract String getClientKey()PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
string client_key = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The clientKey. |
getClientKeyBytes()
public abstract ByteString getClientKeyBytes()PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
string client_key = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientKey. |
getKind()
public abstract String getKind() This is always sql#demoteMasterMysqlReplicaConfiguration.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#demoteMasterMysqlReplicaConfiguration.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getPassword()
public abstract String getPassword()The password for the replication connection.
string password = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The password. |
getPasswordBytes()
public abstract ByteString getPasswordBytes()The password for the replication connection.
string password = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for password. |
getUsername()
public abstract String getUsername()The username for the replication connection.
string username = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The username. |
getUsernameBytes()
public abstract ByteString getUsernameBytes()The username for the replication connection.
string username = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for username. |