public static class DecodeProto.Options extends Object
DecodeProto| Modifier and Type | Method and Description |
|---|---|
DecodeProto.Options |
descriptorSource(String descriptorSource) |
DecodeProto.Options |
messageFormat(String messageFormat) |
DecodeProto.Options |
sanitize(Boolean sanitize) |
public DecodeProto.Options descriptorSource(String descriptorSource)
descriptorSource - Either the special value `local://` or a path to a file containing
a serialized `FileDescriptorSet`.public DecodeProto.Options messageFormat(String messageFormat)
messageFormat - Either `binary` or `text`.public DecodeProto.Options sanitize(Boolean sanitize)
sanitize - Whether to sanitize the result or not.Copyright © 2015–2019. All rights reserved.