Interface DynamicMessageBuilder


@Deprecated @NotThreadSafe public interface DynamicMessageBuilder
Deprecated.
Interface to hide away the annoying details of building a Dynamic Message from a descriptor. TODO (yhatem) if we want to keep using this API, we can now heavily simplify it, because we can easily deduce the descriptor of a nested field using the fields _name_ instead of, somewhat incorrectly, using the descriptor name (the struct reference), since that's an internal representation. See usages of this this API in some tests such as SimpleDirectAccessInsertionTests for more information.