[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface TlsCertificateOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.redis.v1.TlsCertificateOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.redis.v1.TlsCertificateOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.redis.v1.TlsCertificateOrBuilder) \n\n public interface TlsCertificateOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getCreateTime()\n\n public abstract Timestamp getCreateTime()\n\nOutput only. The time when the certificate was created in [RFC\n3339](https://tools.ietf.org/html/rfc3339) format, for example\n`2020-05-18T00:00:00.094Z`.\n\n`.google.protobuf.Timestamp create_time = 3;`\n\n### getCreateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getCreateTimeOrBuilder()\n\nOutput only. The time when the certificate was created in [RFC\n3339](https://tools.ietf.org/html/rfc3339) format, for example\n`2020-05-18T00:00:00.094Z`.\n\n`.google.protobuf.Timestamp create_time = 3;`\n\n### getExpireTime()\n\n public abstract Timestamp getExpireTime()\n\nOutput only. The time when the certificate expires in [RFC\n3339](https://tools.ietf.org/html/rfc3339) format, for example\n`2020-05-18T00:00:00.094Z`.\n\n`.google.protobuf.Timestamp expire_time = 4;`\n\n### getExpireTimeOrBuilder()\n\n public abstract TimestampOrBuilder getExpireTimeOrBuilder()\n\nOutput only. The time when the certificate expires in [RFC\n3339](https://tools.ietf.org/html/rfc3339) format, for example\n`2020-05-18T00:00:00.094Z`.\n\n`.google.protobuf.Timestamp expire_time = 4;`\n\n### getSerialNumber()\n\n public abstract String getSerialNumber()\n\nSerial number, as extracted from the certificate.\n\n`string serial_number = 1;`\n\n### getSerialNumberBytes()\n\n public abstract ByteString getSerialNumberBytes()\n\nSerial number, as extracted from the certificate.\n\n`string serial_number = 1;`\n\n### getSha1Fingerprint()\n\n public abstract String getSha1Fingerprint()\n\nSha1 Fingerprint of the certificate.\n\n`string sha1_fingerprint = 5;`\n\n### getSha1FingerprintBytes()\n\n public abstract ByteString getSha1FingerprintBytes()\n\nSha1 Fingerprint of the certificate.\n\n`string sha1_fingerprint = 5;`\n\n### hasCreateTime()\n\n public abstract boolean hasCreateTime()\n\nOutput only. The time when the certificate was created in [RFC\n3339](https://tools.ietf.org/html/rfc3339) format, for example\n`2020-05-18T00:00:00.094Z`.\n\n`.google.protobuf.Timestamp create_time = 3;`\n\n### hasExpireTime()\n\n public abstract boolean hasExpireTime()\n\nOutput only. The time when the certificate expires in [RFC\n3339](https://tools.ietf.org/html/rfc3339) format, for example\n`2020-05-18T00:00:00.094Z`.\n\n`.google.protobuf.Timestamp expire_time = 4;`"]]