| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
TypeRegistry.Builder |
TypeRegistry.Builder.add(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
TypeRegistry.Builder. |
TypeRegistry.Builder |
TypeRegistry.Builder.add(Iterable<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
TypeRegistry.Builder. |
static TypeRegistry.Builder |
TypeRegistry.newBuilder() |
Copyright © 2008–2019. All rights reserved.