Package com.google.protobuf
Interface DescriptorProtos.FileDescriptorSetOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.FileDescriptorSet
,DescriptorProtos.FileDescriptorSet.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.FileDescriptorSetOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptorProtos.FileDescriptorProto
getFile(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
int
getFileCount()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
java.util.List<DescriptorProtos.FileDescriptorProto>
getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
DescriptorProtos.FileDescriptorProtoOrBuilder
getFileOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder>
getFileOrBuilderList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFileList
java.util.List<DescriptorProtos.FileDescriptorProto> getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
-
getFile
DescriptorProtos.FileDescriptorProto getFile(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
-
getFileCount
int getFileCount()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
-
getFileOrBuilderList
java.util.List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder> getFileOrBuilderList()
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
-
getFileOrBuilder
DescriptorProtos.FileDescriptorProtoOrBuilder getFileOrBuilder(int index)
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
-
-