ServiceResolver

com.google.cloud.kms.v1.ekm_service.EkmConnection.ServiceResolver
See theServiceResolver companion object
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].

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
Graph
Supertypes
trait Updatable[ServiceResolver]
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 withEndpointFilter(`__v`: String): ServiceResolver

Attributes

Source
EkmConnection.scala
def withHostname(`__v`: String): ServiceResolver

Attributes

Source
EkmConnection.scala

Attributes

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

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[ServiceResolver, ServiceResolver] => () => ServiceResolver*): 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