OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addAllEntry(Iterable<? extends OrcProto.RowIndexEntry> values) |
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addEntry(int index,
OrcProto.RowIndexEntry value) |
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addEntry(int index,
OrcProto.RowIndexEntry.Builder builderForValue) |
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addEntry(OrcProto.RowIndexEntry value) |
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addEntry(OrcProto.RowIndexEntry.Builder builderForValue) |
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.clear() |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.clearEntry() |
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.clone() |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.mergeFrom(com.google.protobuf.Message other) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.mergeFrom(OrcProto.RowIndex other) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static OrcProto.RowIndex.Builder |
OrcProto.RowIndex.newBuilder() |
|
static OrcProto.RowIndex.Builder |
OrcProto.RowIndex.newBuilder(OrcProto.RowIndex prototype) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.newBuilderForType() |
|
protected OrcProto.RowIndex.Builder |
OrcProto.RowIndex.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.removeEntry(int index) |
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.setEntry(int index,
OrcProto.RowIndexEntry value) |
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.setEntry(int index,
OrcProto.RowIndexEntry.Builder builderForValue) |
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.toBuilder() |
|