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