CryptoKeyVersionState

com.google.cloud.kms.v1.resources.CryptoKeyVersion.CryptoKeyVersionState
See theCryptoKeyVersionState companion object
sealed abstract class CryptoKeyVersionState(val value: Int) extends GeneratedEnum

The state of a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion], indicating if it can be used.

Attributes

Companion
object
Source
CryptoKeyVersion.scala
Graph
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DESTROYED.type
object DESTROY_SCHEDULED.type
object DISABLED.type
object ENABLED.type
object GENERATION_FAILED.type
object IMPORT_FAILED.type
object PENDING_GENERATION.type
object PENDING_IMPORT.type
trait Recognized
class Unrecognized
Show all

Members list

Type members

Types

Value members

Concrete methods

final def asRecognized: Option[Recognized]

Attributes

Source
CryptoKeyVersion.scala
def companion: GeneratedEnumCompanion[CryptoKeyVersionState]

Attributes

Source
CryptoKeyVersion.scala
def isDestroyScheduled: Boolean

Attributes

Source
CryptoKeyVersion.scala
def isDestroyed: Boolean

Attributes

Source
CryptoKeyVersion.scala
def isDisabled: Boolean

Attributes

Source
CryptoKeyVersion.scala
def isEnabled: Boolean

Attributes

Source
CryptoKeyVersion.scala

Attributes

Source
CryptoKeyVersion.scala
def isGenerationFailed: Boolean

Attributes

Source
CryptoKeyVersion.scala
def isImportFailed: Boolean

Attributes

Source
CryptoKeyVersion.scala

Attributes

Source
CryptoKeyVersion.scala
def isPendingGeneration: Boolean

Attributes

Source
CryptoKeyVersion.scala
def isPendingImport: Boolean

Attributes

Source
CryptoKeyVersion.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def index: Int

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def isUnrecognized: Boolean

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def javaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def name: String

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala

Concrete fields

val value: Int

Attributes

Source
CryptoKeyVersion.scala