RotationPeriod

com.google.cloud.kms.v1.resources.CryptoKey.RotationSchedule.RotationPeriod
final case class RotationPeriod(value: Duration) extends RotationSchedule

Attributes

Source
CryptoKey.scala
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Attributes

Source
CryptoKey.scala

Value members

Concrete methods

override def isRotationPeriod: Boolean

Attributes

Definition Classes
Source
CryptoKey.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
CryptoKey.scala
override def rotationPeriod: Option[Duration]

Attributes

Definition Classes
Source
CryptoKey.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
RotationSchedule
Source
CryptoKey.scala
def isEmpty: Boolean

Attributes

Inherited from:
RotationSchedule
Source
CryptoKey.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala