CertificateChains

com.google.cloud.kms.v1.resources.KeyOperationAttestation.CertificateChains
See theCertificateChains companion object
final case class CertificateChains(caviumCerts: Seq[String], googleCardCerts: Seq[String], googlePartitionCerts: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CertificateChains]

Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.

Value parameters

caviumCerts

Cavium certificate chain corresponding to the attestation.

googleCardCerts

Google card certificate chain corresponding to the attestation.

googlePartitionCerts

Google partition certificate chain corresponding to the attestation.

Attributes

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

Members list

Value members

Concrete methods

def addAllCaviumCerts(`__vs`: Iterable[String]): CertificateChains

Attributes

Source
KeyOperationAttestation.scala
def addAllGoogleCardCerts(`__vs`: Iterable[String]): CertificateChains

Attributes

Source
KeyOperationAttestation.scala
def addAllGooglePartitionCerts(`__vs`: Iterable[String]): CertificateChains

Attributes

Source
KeyOperationAttestation.scala
def addCaviumCerts(`__vs`: String*): CertificateChains

Attributes

Source
KeyOperationAttestation.scala
def addGoogleCardCerts(`__vs`: String*): CertificateChains

Attributes

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

Attributes

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

Attributes

Source
KeyOperationAttestation.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
KeyOperationAttestation.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
KeyOperationAttestation.scala
def withCaviumCerts(`__v`: Seq[String]): CertificateChains

Attributes

Source
KeyOperationAttestation.scala
def withGoogleCardCerts(`__v`: Seq[String]): CertificateChains

Attributes

Source
KeyOperationAttestation.scala
def withGooglePartitionCerts(`__v`: Seq[String]): CertificateChains

Attributes

Source
KeyOperationAttestation.scala
def withUnknownFields(`__v`: UnknownFieldSet): CertificateChains

Attributes

Source
KeyOperationAttestation.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
KeyOperationAttestation.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

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