DecodeProto.Options

public static class DecodeProto.Options

Optional attributes for DecodeProto

DecodeProto.Options
descriptorSource(String descriptorSource)
DecodeProto.Options
messageFormat(String messageFormat)
DecodeProto.Options
sanitize(Boolean sanitize)
boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public DecodeProto.Options descriptorSource (String descriptorSource)

Parameters
descriptorSource Either the special value `local://` or a path to a file containing a serialized `FileDescriptorSet`.

public DecodeProto.Options messageFormat (String messageFormat)

Parameters
messageFormat Either `binary` or text.

public DecodeProto.Options sanitize (Boolean sanitize)

Parameters
sanitize Whether to sanitize the result or not.