CryptoKey

com.google.cloud.kms.v1.resources.CryptoKey
See theCryptoKey companion class
object CryptoKey extends GeneratedMessageCompanion[CryptoKey]

Attributes

Companion
class
Source
CryptoKey.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CryptoKey]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
CryptoKey.type

Members list

Type members

Classlikes

implicit class CryptoKeyLens[UpperPB](_l: Lens[UpperPB, CryptoKey]) extends ObjectLens[UpperPB, CryptoKey]

Attributes

Source
CryptoKey.scala
Supertypes
class ObjectLens[UpperPB, CryptoKey]
trait Lens[UpperPB, CryptoKey]
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class CryptoKeyPurpose(val value: Int) extends GeneratedEnum

[CryptoKeyPurpose][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose] describes the cryptographic capabilities of a [CryptoKey][google.cloud.kms.v1.CryptoKey]. A given key can only be used for the operations allowed by its purpose. For more information, see Key purposes.

[CryptoKeyPurpose][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose] describes the cryptographic capabilities of a [CryptoKey][google.cloud.kms.v1.CryptoKey]. A given key can only be used for the operations allowed by its purpose. For more information, see Key purposes.

Attributes

Companion
object
Source
CryptoKey.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ASYMMETRIC_DECRYPT.type
object ASYMMETRIC_SIGN.type
object ENCRYPT_DECRYPT.type
object MAC.type
object RAW_ENCRYPT_DECRYPT.type
trait Recognized
class Unrecognized
Show all
object CryptoKeyPurpose extends GeneratedEnumCompanion[CryptoKeyPurpose]

Attributes

Companion
class
Source
CryptoKey.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[CryptoKeyPurpose]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class LabelsEntry(key: String, value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[LabelsEntry]

Attributes

Companion
object
Source
CryptoKey.scala
Supertypes
trait Updatable[LabelsEntry]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object LabelsEntry extends GeneratedMessageCompanion[LabelsEntry]

Attributes

Companion
class
Source
CryptoKey.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[LabelsEntry]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
trait
Source
CryptoKey.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait RotationSchedule extends GeneratedOneof

Attributes

Companion
object
Source
CryptoKey.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
CryptoKey.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
CryptoKey.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
CryptoKey.scala
def of(name: String, primary: Option[CryptoKeyVersion], purpose: CryptoKeyPurpose, createTime: Option[Timestamp], nextRotationTime: Option[Timestamp], rotationSchedule: RotationSchedule, versionTemplate: Option[CryptoKeyVersionTemplate], labels: Map[String, String], importOnly: Boolean, destroyScheduledDuration: Option[Duration], cryptoKeyBackend: String): CryptoKey

Attributes

Source
CryptoKey.scala
def parseFrom(`_input__`: CodedInputStream): CryptoKey

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
CryptoKey.scala
def scalaDescriptor: Descriptor

Attributes

Source
CryptoKey.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: CryptoKey, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def toByteArray(a: CryptoKey): Array[Byte]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

Attributes

Source
CryptoKey.scala

Attributes

Source
CryptoKey.scala
final val IMPORT_ONLY_FIELD_NUMBER: 13

Attributes

Source
CryptoKey.scala
final val LABELS_FIELD_NUMBER: 10

Attributes

Source
CryptoKey.scala
final val NAME_FIELD_NUMBER: 1

Attributes

Source
CryptoKey.scala

Attributes

Source
CryptoKey.scala
final val PRIMARY_FIELD_NUMBER: 2

Attributes

Source
CryptoKey.scala
final val PURPOSE_FIELD_NUMBER: 3

Attributes

Source
CryptoKey.scala

Attributes

Source
CryptoKey.scala

Attributes

Source
CryptoKey.scala

Attributes

Source
CryptoKey.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
CryptoKey.scala

Implicits

Implicits

final implicit def CryptoKeyLens[UpperPB](_l: Lens[UpperPB, CryptoKey]): CryptoKeyLens[UpperPB]

Attributes

Source
CryptoKey.scala
implicit def messageCompanion: GeneratedMessageCompanion[CryptoKey]

Attributes

Source
CryptoKey.scala
implicit def messageReads: Reads[CryptoKey]

Attributes

Source
CryptoKey.scala