Interface TlsCertificateOrBuilder (2.44.0)

public interface TlsCertificateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCert()

public abstract String getCert()

PEM representation.

string cert = 2;

Returns
TypeDescription
String

The cert.

getCertBytes()

public abstract ByteString getCertBytes()

PEM representation.

string cert = 2;

Returns
TypeDescription
ByteString

The bytes for cert.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The time when the certificate was created in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time when the certificate was created in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getExpireTime()

public abstract Timestamp getExpireTime()

Output only. The time when the certificate expires in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The expireTime.

getExpireTimeOrBuilder()

public abstract TimestampOrBuilder getExpireTimeOrBuilder()

Output only. The time when the certificate expires in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getSerialNumber()

public abstract String getSerialNumber()

Serial number, as extracted from the certificate.

string serial_number = 1;

Returns
TypeDescription
String

The serialNumber.

getSerialNumberBytes()

public abstract ByteString getSerialNumberBytes()

Serial number, as extracted from the certificate.

string serial_number = 1;

Returns
TypeDescription
ByteString

The bytes for serialNumber.

getSha1Fingerprint()

public abstract String getSha1Fingerprint()

Sha1 Fingerprint of the certificate.

string sha1_fingerprint = 5;

Returns
TypeDescription
String

The sha1Fingerprint.

getSha1FingerprintBytes()

public abstract ByteString getSha1FingerprintBytes()

Sha1 Fingerprint of the certificate.

string sha1_fingerprint = 5;

Returns
TypeDescription
ByteString

The bytes for sha1Fingerprint.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The time when the certificate was created in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasExpireTime()

public abstract boolean hasExpireTime()

Output only. The time when the certificate expires in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the expireTime field is set.