ImportJob

com.google.cloud.kms.v1.resources.ImportJob
See theImportJob companion class
object ImportJob extends GeneratedMessageCompanion[ImportJob]

Attributes

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

Members list

Type members

Classlikes

implicit class ImportJobLens[UpperPB](_l: Lens[UpperPB, ImportJob]) extends ObjectLens[UpperPB, ImportJob]

Attributes

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

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

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

Attributes

Companion
object
Source
ImportJob.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ACTIVE.type
object EXPIRED.type
object PENDING_GENERATION.type
trait Recognized
class Unrecognized
Show all
object ImportJobState extends GeneratedEnumCompanion[ImportJobState]

Attributes

Companion
class
Source
ImportJob.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[ImportJobState]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
sealed abstract class ImportMethod(val value: Int) extends GeneratedEnum

[ImportMethod][google.cloud.kms.v1.ImportJob.ImportMethod] describes the key wrapping method chosen for this [ImportJob][google.cloud.kms.v1.ImportJob].

[ImportMethod][google.cloud.kms.v1.ImportJob.ImportMethod] describes the key wrapping method chosen for this [ImportJob][google.cloud.kms.v1.ImportJob].

Attributes

Companion
object
Source
ImportJob.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ImportMethod extends GeneratedEnumCompanion[ImportMethod]

Attributes

Companion
class
Source
ImportJob.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[ImportMethod]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class WrappingPublicKey(pem: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[WrappingPublicKey]

The public key component of the wrapping key. For details of the type of key this public key corresponds to, see the [ImportMethod][google.cloud.kms.v1.ImportJob.ImportMethod].

The public key component of the wrapping key. For details of the type of key this public key corresponds to, see the [ImportMethod][google.cloud.kms.v1.ImportJob.ImportMethod].

Value parameters

pem

The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and [Textual Encoding of Subject Public Key Info] (https://tools.ietf.org/html/rfc7468#section-13).

Attributes

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

Attributes

Companion
class
Source
ImportJob.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[WrappingPublicKey]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self 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
ImportJob.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
ImportJob.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
ImportJob.scala
def of(name: String, importMethod: ImportMethod, protectionLevel: ProtectionLevel, createTime: Option[Timestamp], generateTime: Option[Timestamp], expireTime: Option[Timestamp], expireEventTime: Option[Timestamp], state: ImportJobState, publicKey: Option[WrappingPublicKey], attestation: Option[KeyOperationAttestation]): ImportJob

Attributes

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

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
ImportJob.scala
def scalaDescriptor: Descriptor

Attributes

Source
ImportJob.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: ImportJob, 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: ImportJob): 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
ImportJob.scala

Attributes

Source
ImportJob.scala

Attributes

Source
ImportJob.scala

Attributes

Source
ImportJob.scala

Attributes

Source
ImportJob.scala

Attributes

Source
ImportJob.scala
final val NAME_FIELD_NUMBER: 1

Attributes

Source
ImportJob.scala

Attributes

Source
ImportJob.scala

Attributes

Source
ImportJob.scala
final val STATE_FIELD_NUMBER: 6

Attributes

Source
ImportJob.scala

Attributes

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

Attributes

Source
ImportJob.scala

Implicits

Implicits

final implicit def ImportJobLens[UpperPB](_l: Lens[UpperPB, ImportJob]): ImportJobLens[UpperPB]

Attributes

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

Attributes

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

Attributes

Source
ImportJob.scala