Class AvailableFields


  • public class AvailableFields
    extends Object
    Represents a subset of the fields available in a stream of records, including partial records. If a stream includes full records, all fields are available; they are not represented individually. For partial records, this class tracks a (non-strict) subset of the fields that are actually available. For example, all repeated fields are currently dropped. It is extremely important that no field ever be included when it is not actually available on a partial record.