public static final class ComparatorPB.BinaryComparator.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.BinaryComparator,ComparatorPB.BinaryComparator.Builder> implements ComparatorPB.BinaryComparatorOrBuilder
BinaryComparator
public ComparatorPB.BinaryComparator.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.BinaryComparator,ComparatorPB.BinaryComparator.Builder>
public ComparatorPB.BinaryComparator.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.BinaryComparator,ComparatorPB.BinaryComparator.Builder>
public ComparatorPB.BinaryComparator getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.BinaryComparator,ComparatorPB.BinaryComparator.Builder>
public ComparatorPB.BinaryComparator build()
build
in interface com.google.protobuf.MessageLite.Builder
public ComparatorPB.BinaryComparator buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ComparatorPB.BinaryComparator.Builder mergeFrom(ComparatorPB.BinaryComparator other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.BinaryComparator,ComparatorPB.BinaryComparator.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public ComparatorPB.BinaryComparator.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ComparatorPB.BinaryComparator.Builder>
IOException
public boolean hasComparable()
required .ByteArrayComparable comparable = 1;
hasComparable
in interface ComparatorPB.BinaryComparatorOrBuilder
public ComparatorPB.ByteArrayComparable getComparable()
required .ByteArrayComparable comparable = 1;
getComparable
in interface ComparatorPB.BinaryComparatorOrBuilder
public ComparatorPB.BinaryComparator.Builder setComparable(ComparatorPB.ByteArrayComparable value)
required .ByteArrayComparable comparable = 1;
public ComparatorPB.BinaryComparator.Builder setComparable(ComparatorPB.ByteArrayComparable.Builder builderForValue)
required .ByteArrayComparable comparable = 1;
public ComparatorPB.BinaryComparator.Builder mergeComparable(ComparatorPB.ByteArrayComparable value)
required .ByteArrayComparable comparable = 1;
public ComparatorPB.BinaryComparator.Builder clearComparable()
required .ByteArrayComparable comparable = 1;
Copyright © 2010-2017, The Async HBase Authors