Interface SslCertOrBuilder (0.1.0)

public interface SslCertOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCert()

public abstract String getCert()

PEM representation.

string cert = 3;

Returns
Type Description
String

The cert.

getCertBytes()

public abstract ByteString getCertBytes()

PEM representation.

string cert = 3;

Returns
Type Description
ByteString

The bytes for cert.

getCertSerialNumber()

public abstract String getCertSerialNumber()

Serial number, as extracted from the certificate.

string cert_serial_number = 2;

Returns
Type Description
String

The certSerialNumber.

getCertSerialNumberBytes()

public abstract ByteString getCertSerialNumberBytes()

Serial number, as extracted from the certificate.

string cert_serial_number = 2;

Returns
Type Description
ByteString

The bytes for certSerialNumber.

getCommonName()

public abstract String getCommonName()

User supplied name. Constrained to [a-zA-Z.-_ ]+.

string common_name = 5;

Returns
Type Description
String

The commonName.

getCommonNameBytes()

public abstract ByteString getCommonNameBytes()

User supplied name. Constrained to [a-zA-Z.-_ ]+.

string common_name = 5;

Returns
Type Description
ByteString

The bytes for commonName.

getCreateTime()

public abstract Timestamp getCreateTime()

The time when the certificate was created in RFC 3339 format, for example 2012-11-15T16:19:00.094Z

.google.protobuf.Timestamp create_time = 4;

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

The time when the certificate was created in RFC 3339 format, for example 2012-11-15T16:19:00.094Z

.google.protobuf.Timestamp create_time = 4;

Returns
Type Description
TimestampOrBuilder

getExpirationTime()

public abstract Timestamp getExpirationTime()

The time when the certificate expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

.google.protobuf.Timestamp expiration_time = 6;

Returns
Type Description
Timestamp

The expirationTime.

getExpirationTimeOrBuilder()

public abstract TimestampOrBuilder getExpirationTimeOrBuilder()

The time when the certificate expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

.google.protobuf.Timestamp expiration_time = 6;

Returns
Type Description
TimestampOrBuilder

getInstance()

public abstract String getInstance()

Name of the database instance.

string instance = 8;

Returns
Type Description
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

Name of the database instance.

string instance = 8;

Returns
Type Description
ByteString

The bytes for instance.

getKind()

public abstract String getKind()

This is always sql#sslCert.

string kind = 1;

Returns
Type Description
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

This is always sql#sslCert.

string kind = 1;

Returns
Type Description
ByteString

The bytes for kind.

public abstract String getSelfLink()

The URI of this resource.

string self_link = 9;

Returns
Type Description
String

The selfLink.

getSelfLinkBytes()

public abstract ByteString getSelfLinkBytes()

The URI of this resource.

string self_link = 9;

Returns
Type Description
ByteString

The bytes for selfLink.

getSha1Fingerprint()

public abstract String getSha1Fingerprint()

Sha1 Fingerprint.

string sha1_fingerprint = 7;

Returns
Type Description
String

The sha1Fingerprint.

getSha1FingerprintBytes()

public abstract ByteString getSha1FingerprintBytes()

Sha1 Fingerprint.

string sha1_fingerprint = 7;

Returns
Type Description
ByteString

The bytes for sha1Fingerprint.

hasCreateTime()

public abstract boolean hasCreateTime()

The time when the certificate was created in RFC 3339 format, for example 2012-11-15T16:19:00.094Z

.google.protobuf.Timestamp create_time = 4;

Returns
Type Description
boolean

Whether the createTime field is set.

hasExpirationTime()

public abstract boolean hasExpirationTime()

The time when the certificate expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

.google.protobuf.Timestamp expiration_time = 6;

Returns
Type Description
boolean

Whether the expirationTime field is set.