Interface DescriptorProtos.FileDescriptorSetOrBuilder (3.19.4)

public static interface DescriptorProtos.FileDescriptorSetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFile(int index)

public abstract DescriptorProtos.FileDescriptorProto getFile(int index)

repeated .google.protobuf.FileDescriptorProto file = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DescriptorProtos.FileDescriptorProto

getFileCount()

public abstract int getFileCount()

repeated .google.protobuf.FileDescriptorProto file = 1;

Returns
TypeDescription
int

getFileList()

public abstract List<DescriptorProtos.FileDescriptorProto> getFileList()

repeated .google.protobuf.FileDescriptorProto file = 1;

Returns
TypeDescription
List<FileDescriptorProto>

getFileOrBuilder(int index)

public abstract DescriptorProtos.FileDescriptorProtoOrBuilder getFileOrBuilder(int index)

repeated .google.protobuf.FileDescriptorProto file = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DescriptorProtos.FileDescriptorProtoOrBuilder

getFileOrBuilderList()

public abstract List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder> getFileOrBuilderList()

repeated .google.protobuf.FileDescriptorProto file = 1;

Returns
TypeDescription
List<? extends com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder>