public interface TlsCertificateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getSerialNumber()
public abstract String getSerialNumber()
Serial number, as extracted from the certificate.
string serial_number = 1;
Returns | |
---|---|
Type | Description |
String |
The serialNumber. |
getSerialNumberBytes()
public abstract ByteString getSerialNumberBytes()
Serial number, as extracted from the certificate.
string serial_number = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serialNumber. |
getSha1Fingerprint()
public abstract String getSha1Fingerprint()
Sha1 Fingerprint of the certificate.
string sha1_fingerprint = 5;
Returns | |
---|---|
Type | Description |
String |
The sha1Fingerprint. |
getSha1FingerprintBytes()
public abstract ByteString getSha1FingerprintBytes()
Sha1 Fingerprint of the certificate.
string sha1_fingerprint = 5;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the expireTime field is set. |