Uses of Interface
com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
Packages that use DescriptorProtos.FileDescriptorProtoOrBuilder Package Description com.google.protobuf -
-
Uses of DescriptorProtos.FileDescriptorProtoOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement DescriptorProtos.FileDescriptorProtoOrBuilder Modifier and Type Class Description static class
DescriptorProtos.FileDescriptorProto
Protobuf typegoogle.protobuf.FileDescriptorProto
static class
DescriptorProtos.FileDescriptorProto.Builder
Protobuf typegoogle.protobuf.FileDescriptorProto
Methods in com.google.protobuf that return DescriptorProtos.FileDescriptorProtoOrBuilder Modifier and Type Method Description DescriptorProtos.FileDescriptorProtoOrBuilder
DescriptorProtos.FileDescriptorSet. getFileOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FileDescriptorProtoOrBuilder Modifier and Type Method Description java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
DescriptorProtos.FileDescriptorSet. getFileOrBuilderList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
-