Interface SslCertDetailOrBuilder (0.1.0)

public interface SslCertDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertInfo()

public abstract SslCert getCertInfo()

The public information about the cert.

.google.cloud.sql.v1.SslCert cert_info = 1;

Returns
Type Description
SslCert

The certInfo.

getCertInfoOrBuilder()

public abstract SslCertOrBuilder getCertInfoOrBuilder()

The public information about the cert.

.google.cloud.sql.v1.SslCert cert_info = 1;

Returns
Type Description
SslCertOrBuilder

getCertPrivateKey()

public abstract String getCertPrivateKey()

The private key for the client cert, in pem format. Keep private in order to protect your security.

string cert_private_key = 2;

Returns
Type Description
String

The certPrivateKey.

getCertPrivateKeyBytes()

public abstract ByteString getCertPrivateKeyBytes()

The private key for the client cert, in pem format. Keep private in order to protect your security.

string cert_private_key = 2;

Returns
Type Description
ByteString

The bytes for certPrivateKey.

hasCertInfo()

public abstract boolean hasCertInfo()

The public information about the cert.

.google.cloud.sql.v1.SslCert cert_info = 1;

Returns
Type Description
boolean

Whether the certInfo field is set.