TlsCertificate

com.google.cloud.redis.v1.cloud_redis.TlsCertificate
See theTlsCertificate companion object
final case class TlsCertificate(serialNumber: String, cert: String, createTime: Option[Timestamp], expireTime: Option[Timestamp], sha1Fingerprint: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[TlsCertificate]

TlsCertificate Resource

Value parameters

cert

PEM representation.

createTime

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

expireTime

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

serialNumber

Serial number, as extracted from the certificate.

sha1Fingerprint

Sha1 Fingerprint of the certificate.

Attributes

Companion
object
Source
TlsCertificate.scala
Graph
Supertypes
trait Updatable[TlsCertificate]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
TlsCertificate.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
TlsCertificate.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
TlsCertificate.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
TlsCertificate.scala
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
TlsCertificate.scala
def withCert(`__v`: String): TlsCertificate

Attributes

Source
TlsCertificate.scala
def withSerialNumber(`__v`: String): TlsCertificate

Attributes

Source
TlsCertificate.scala
def withSha1Fingerprint(`__v`: String): TlsCertificate

Attributes

Source
TlsCertificate.scala
def withUnknownFields(`__v`: UnknownFieldSet): TlsCertificate

Attributes

Source
TlsCertificate.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
TlsCertificate.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
def update(ms: Lens[TlsCertificate, TlsCertificate] => () => TlsCertificate*): A

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala