final case class TlsCertificate(serialNumber: String = "", cert: String = "", createTime: Option[Timestamp] = _root_.scala.None, expireTime: Option[Timestamp] = _root_.scala.None, sha1Fingerprint: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[TlsCertificate] with Product with Serializable
TlsCertificate Resource
- serialNumber
Serial number, as extracted from the certificate.
- cert
PEM representation.
- createTime
Output only. The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example
2020-05-18T00:00:00.094Z.- expireTime
Output only. The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example
2020-05-18T00:00:00.094Z.- sha1Fingerprint
Sha1 Fingerprint of the certificate.
- Annotations
- @SerialVersionUID()
- Source
- TlsCertificate.scala
- Alphabetic
- By Inheritance
- TlsCertificate
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TlsCertificate(serialNumber: String = "", cert: String = "", createTime: Option[Timestamp] = _root_.scala.None, expireTime: Option[Timestamp] = _root_.scala.None, sha1Fingerprint: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- serialNumber
Serial number, as extracted from the certificate.
- cert
PEM representation.
- createTime
Output only. The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example
2020-05-18T00:00:00.094Z.- expireTime
Output only. The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example
2020-05-18T00:00:00.094Z.- sha1Fingerprint
Sha1 Fingerprint of the certificate.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cert: String
- def clearCreateTime: TlsCertificate
- def clearExpireTime: TlsCertificate
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: TlsCertificate.type
- Definition Classes
- TlsCertificate → GeneratedMessage
- val createTime: Option[Timestamp]
- def discardUnknownFields: TlsCertificate
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expireTime: Option[Timestamp]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCreateTime: Timestamp
- def getExpireTime: Timestamp
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- TlsCertificate → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- TlsCertificate → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val serialNumber: String
- def serializedSize: Int
- Definition Classes
- TlsCertificate → GeneratedMessage
- val sha1Fingerprint: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- TlsCertificate → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[TlsCertificate, TlsCertificate]) => Mutation[TlsCertificate]*): TlsCertificate
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withCert(__v: String): TlsCertificate
- def withCreateTime(__v: Timestamp): TlsCertificate
- def withExpireTime(__v: Timestamp): TlsCertificate
- def withSerialNumber(__v: String): TlsCertificate
- def withSha1Fingerprint(__v: String): TlsCertificate
- def withUnknownFields(__v: UnknownFieldSet): TlsCertificate
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- TlsCertificate → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage