Uses of Interface
com.google.protobuf.FieldMaskOrBuilder

Packages that use FieldMaskOrBuilder
Package
Description
 
  • Uses of FieldMaskOrBuilder in com.google.protobuf

    Classes in com.google.protobuf that implement FieldMaskOrBuilder
    Modifier and Type
    Class
    Description
    final class 
    `FieldMask` represents a set of symbolic field paths, for example: paths: "f.a" paths: "f.b.d" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message in `f.b`.
    static final class 
    `FieldMask` represents a set of symbolic field paths, for example: paths: "f.a" paths: "f.b.d" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message in `f.b`.