EkmConnection

com.google.cloud.kms.v1.ekm_service.EkmConnection
See theEkmConnection companion class
object EkmConnection extends GeneratedMessageCompanion[EkmConnection]

Attributes

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

Members list

Type members

Classlikes

implicit class EkmConnectionLens[UpperPB](_l: Lens[UpperPB, EkmConnection]) extends ObjectLens[UpperPB, EkmConnection]

Attributes

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

[KeyManagementMode][google.cloud.kms.v1.EkmConnection.KeyManagementMode] describes who can perform control plane cryptographic operations using this [EkmConnection][google.cloud.kms.v1.EkmConnection].

[KeyManagementMode][google.cloud.kms.v1.EkmConnection.KeyManagementMode] describes who can perform control plane cryptographic operations using this [EkmConnection][google.cloud.kms.v1.EkmConnection].

Attributes

Companion
object
Source
EkmConnection.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CLOUD_KMS.type
object MANUAL.type
trait Recognized
class Unrecognized
object KeyManagementMode extends GeneratedEnumCompanion[KeyManagementMode]

Attributes

Companion
class
Source
EkmConnection.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[KeyManagementMode]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class ServiceResolver(serviceDirectoryService: String, endpointFilter: String, hostname: String, serverCertificates: Seq[Certificate], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ServiceResolver]

A [ServiceResolver][google.cloud.kms.v1.EkmConnection.ServiceResolver] represents an EKM replica that can be reached within an [EkmConnection][google.cloud.kms.v1.EkmConnection].

A [ServiceResolver][google.cloud.kms.v1.EkmConnection.ServiceResolver] represents an EKM replica that can be reached within an [EkmConnection][google.cloud.kms.v1.EkmConnection].

Value parameters

endpointFilter

Optional. The filter applied to the endpoints of the resolved service. If no filter is specified, all endpoints will be considered. An endpoint will be chosen arbitrarily from the filtered list for each request. For endpoint filter syntax and examples, see https://cloud.google.com/service-directory/docs/reference/rpc/google.cloud.servicedirectory.v1#resolveservicerequest.

hostname

Required. The hostname of the EKM replica used at TLS and HTTP layers.

serverCertificates

Required. A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica. Currently, a maximum of 10 [Certificate][google.cloud.kms.v1.Certificate] is supported.

serviceDirectoryService

Required. The resource name of the Service Directory service pointing to an EKM replica, in the format projects/*/locations/*/namespaces/*/services/*.

Attributes

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

Attributes

Companion
class
Source
EkmConnection.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ServiceResolver]
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
EkmConnection.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
EkmConnection.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
EkmConnection.scala
def of(name: String, createTime: Option[Timestamp], serviceResolvers: Seq[ServiceResolver], etag: String, keyManagementMode: KeyManagementMode, cryptoSpacePath: String): EkmConnection

Attributes

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

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
EkmConnection.scala
def scalaDescriptor: Descriptor

Attributes

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

Attributes

Source
EkmConnection.scala
final val ETAG_FIELD_NUMBER: 5

Attributes

Source
EkmConnection.scala

Attributes

Source
EkmConnection.scala
final val NAME_FIELD_NUMBER: 1

Attributes

Source
EkmConnection.scala

Attributes

Source
EkmConnection.scala

Attributes

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

Attributes

Source
EkmConnection.scala

Implicits

Implicits

final implicit def EkmConnectionLens[UpperPB](_l: Lens[UpperPB, EkmConnection]): EkmConnectionLens[UpperPB]

Attributes

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

Attributes

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

Attributes

Source
EkmConnection.scala