| Modifier and Type | Method and Description |
|---|---|
JsonFormat.TypeRegistry.Builder |
JsonFormat.TypeRegistry.Builder.add(com.google.protobuf.Descriptors.Descriptor messageType)
Adds a message type and all types defined in the same .proto file as well as all
transitively imported .proto files to this
JsonFormat.TypeRegistry.Builder. |
JsonFormat.TypeRegistry.Builder |
JsonFormat.TypeRegistry.Builder.add(Iterable<com.google.protobuf.Descriptors.Descriptor> messageTypes)
Adds message types and all types defined in the same .proto file as well as all
transitively imported .proto files to this
JsonFormat.TypeRegistry.Builder. |
static JsonFormat.TypeRegistry.Builder |
JsonFormat.TypeRegistry.newBuilder() |
Copyright © 2008–2020. All rights reserved.