IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addAllCompSpecs(Iterable<? extends CatalogProtos.TupleComparatorSpecProto> values)
repeated .TupleComparatorSpecProto compSpecs = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addCompSpecs(CatalogProtos.TupleComparatorSpecProto.Builder builderForValue)
repeated .TupleComparatorSpecProto compSpecs = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addCompSpecs(CatalogProtos.TupleComparatorSpecProto value)
repeated .TupleComparatorSpecProto compSpecs = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addCompSpecs(int index,
CatalogProtos.TupleComparatorSpecProto.Builder builderForValue)
repeated .TupleComparatorSpecProto compSpecs = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addCompSpecs(int index,
CatalogProtos.TupleComparatorSpecProto value)
repeated .TupleComparatorSpecProto compSpecs = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.clear() |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.clearCompSpecs()
repeated .TupleComparatorSpecProto compSpecs = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.clone() |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.mergeFrom(IndexProtos.TupleComparatorProto other) |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.mergeFrom(com.google.protobuf.Message other) |
static IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.newBuilder() |
static IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.newBuilder(IndexProtos.TupleComparatorProto prototype) |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.newBuilderForType() |
protected IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.removeCompSpecs(int index)
repeated .TupleComparatorSpecProto compSpecs = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.setCompSpecs(int index,
CatalogProtos.TupleComparatorSpecProto.Builder builderForValue)
repeated .TupleComparatorSpecProto compSpecs = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.setCompSpecs(int index,
CatalogProtos.TupleComparatorSpecProto value)
repeated .TupleComparatorSpecProto compSpecs = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.toBuilder() |