EkmConnection

com.google.cloud.kms.v1.ekm_service.EkmConnection
See theEkmConnection companion object
final case class EkmConnection(name: String, createTime: Option[Timestamp], serviceResolvers: Seq[ServiceResolver], etag: String, keyManagementMode: KeyManagementMode, cryptoSpacePath: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[EkmConnection]

An [EkmConnection][google.cloud.kms.v1.EkmConnection] represents an individual EKM connection. It can be used for creating [CryptoKeys][google.cloud.kms.v1.CryptoKey] and [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion] with a [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of [EXTERNAL_VPC][CryptoKeyVersion.ProtectionLevel.EXTERNAL_VPC], as well as performing cryptographic operations using keys created within the [EkmConnection][google.cloud.kms.v1.EkmConnection].

Value parameters

createTime

Output only. The time at which the [EkmConnection][google.cloud.kms.v1.EkmConnection] was created.

cryptoSpacePath

Optional. Identifies the EKM Crypto Space that this [EkmConnection][google.cloud.kms.v1.EkmConnection] maps to. Note: This field is required if [KeyManagementMode][google.cloud.kms.v1.EkmConnection.KeyManagementMode] is [CLOUD_KMS][google.cloud.kms.v1.EkmConnection.KeyManagementMode.CLOUD_KMS].

etag

Optional. Etag of the currently stored [EkmConnection][google.cloud.kms.v1.EkmConnection].

keyManagementMode

Optional. Describes who can perform control plane operations on the EKM. If unset, this defaults to [MANUAL][google.cloud.kms.v1.EkmConnection.KeyManagementMode.MANUAL].

name

Output only. The resource name for the [EkmConnection][google.cloud.kms.v1.EkmConnection] in the format projects/*/locations/*/ekmConnections/*.

serviceResolvers

A list of [ServiceResolvers][google.cloud.kms.v1.EkmConnection.ServiceResolver] where the EKM can be reached. There should be one ServiceResolver per EKM replica. Currently, only a single [ServiceResolver][google.cloud.kms.v1.EkmConnection.ServiceResolver] is supported.

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
EkmConnection.scala

Attributes

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

Attributes

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

Attributes

Source
EkmConnection.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
EkmConnection.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
EkmConnection.scala
def withCryptoSpacePath(`__v`: String): EkmConnection

Attributes

Source
EkmConnection.scala
def withEtag(`__v`: String): EkmConnection

Attributes

Source
EkmConnection.scala
def withName(`__v`: String): EkmConnection

Attributes

Source
EkmConnection.scala
def withUnknownFields(`__v`: UnknownFieldSet): EkmConnection

Attributes

Source
EkmConnection.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
EkmConnection.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
def update(ms: Lens[EkmConnection, EkmConnection] => () => EkmConnection*): A

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