final class MetadataImpl extends AnyRef

INTERNAL API

Annotations
@InternalApi()
Source
MetadataImpl.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetadataImpl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MetadataImpl(entries: List[(String, MetadataEntry)])

Value Members

  1. def addEntry(key: String, value: ByteString): MetadataImpl
  2. def addEntry(key: String, value: String): MetadataImpl
  3. val entries: List[(String, MetadataEntry)]
  4. def toGoogleGrpcMetadata(): Metadata