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
Linear Supertypes
Updatable[TlsCertificate], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TlsCertificate
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cert: String
  6. def clearCreateTime: TlsCertificate
  7. def clearExpireTime: TlsCertificate
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def companion: TlsCertificate.type
    Definition Classes
    TlsCertificate → GeneratedMessage
  10. val createTime: Option[Timestamp]
  11. def discardUnknownFields: TlsCertificate
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val expireTime: Option[Timestamp]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getCreateTime: Timestamp
  17. def getExpireTime: Timestamp
  18. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    TlsCertificate → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    TlsCertificate → GeneratedMessage
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val serialNumber: String
  26. def serializedSize: Int
    Definition Classes
    TlsCertificate → GeneratedMessage
  27. val sha1Fingerprint: String
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  30. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  31. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  32. def toProtoString: String
    Definition Classes
    TlsCertificate → GeneratedMessage
  33. val unknownFields: UnknownFieldSet
  34. def update(ms: (Lens[TlsCertificate, TlsCertificate]) => Mutation[TlsCertificate]*): TlsCertificate
    Definition Classes
    Updatable
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. def withCert(__v: String): TlsCertificate
  39. def withCreateTime(__v: Timestamp): TlsCertificate
  40. def withExpireTime(__v: Timestamp): TlsCertificate
  41. def withSerialNumber(__v: String): TlsCertificate
  42. def withSha1Fingerprint(__v: String): TlsCertificate
  43. def withUnknownFields(__v: UnknownFieldSet): TlsCertificate
  44. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  45. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    TlsCertificate → GeneratedMessage
  46. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[TlsCertificate]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped