FieldMask

Companion
class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class FieldMaskLens[UpperPB](_l: Lens[UpperPB, FieldMask]) extends ObjectLens[UpperPB, FieldMask]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A

Value members

Concrete methods

def javaDescriptor: Descriptor
def of(paths: Seq[String]): FieldMask
def parseFrom(`_input__`: CodedInputStream): FieldMask

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): FieldMask
def merge(a: FieldMask, input: CodedInputStream): FieldMask

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[FieldMask]
def parseDelimitedFrom(input: CodedInputStream): Option[FieldMask]
def parseFrom(s: Array[Byte]): FieldMask
def parseFrom(input: InputStream): FieldMask
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[FieldMask]
def toByteArray(a: FieldMask): Array[Byte]
def validate(s: Array[Byte]): Try[FieldMask]
def validateAscii(s: String): Either[TextFormatError, FieldMask]

Implicits