org.hbase.async.generated
Class ComparatorPB.SubstringComparator.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder>
          extended by org.hbase.async.generated.ComparatorPB.SubstringComparator.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, ComparatorPB.SubstringComparatorOrBuilder
Enclosing class:
ComparatorPB.SubstringComparator

public static final class ComparatorPB.SubstringComparator.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder>
implements ComparatorPB.SubstringComparatorOrBuilder

Protobuf type SubstringComparator


Method Summary
 ComparatorPB.SubstringComparator build()
           
 ComparatorPB.SubstringComparator buildPartial()
           
 ComparatorPB.SubstringComparator.Builder clear()
           
 ComparatorPB.SubstringComparator.Builder clearSubstr()
          required string substr = 1;
 ComparatorPB.SubstringComparator.Builder clone()
           
 ComparatorPB.SubstringComparator getDefaultInstanceForType()
           
 String getSubstr()
          required string substr = 1;
 com.google.protobuf.ByteString getSubstrBytes()
          required string substr = 1;
 boolean hasSubstr()
          required string substr = 1;
 boolean isInitialized()
           
 ComparatorPB.SubstringComparator.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ComparatorPB.SubstringComparator.Builder mergeFrom(ComparatorPB.SubstringComparator other)
           
 ComparatorPB.SubstringComparator.Builder setSubstr(String value)
          required string substr = 1;
 ComparatorPB.SubstringComparator.Builder setSubstrBytes(com.google.protobuf.ByteString value)
          required string substr = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public ComparatorPB.SubstringComparator.Builder clear()
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder>

clone

public ComparatorPB.SubstringComparator.Builder clone()
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder>

getDefaultInstanceForType

public ComparatorPB.SubstringComparator getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
getDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder>

build

public ComparatorPB.SubstringComparator build()
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ComparatorPB.SubstringComparator buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ComparatorPB.SubstringComparator.Builder mergeFrom(ComparatorPB.SubstringComparator other)
Specified by:
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder>

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

mergeFrom

public ComparatorPB.SubstringComparator.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ComparatorPB.SubstringComparator.Builder>
Throws:
IOException

hasSubstr

public boolean hasSubstr()
required string substr = 1;

Specified by:
hasSubstr in interface ComparatorPB.SubstringComparatorOrBuilder

getSubstr

public String getSubstr()
required string substr = 1;

Specified by:
getSubstr in interface ComparatorPB.SubstringComparatorOrBuilder

getSubstrBytes

public com.google.protobuf.ByteString getSubstrBytes()
required string substr = 1;

Specified by:
getSubstrBytes in interface ComparatorPB.SubstringComparatorOrBuilder

setSubstr

public ComparatorPB.SubstringComparator.Builder setSubstr(String value)
required string substr = 1;


clearSubstr

public ComparatorPB.SubstringComparator.Builder clearSubstr()
required string substr = 1;


setSubstrBytes

public ComparatorPB.SubstringComparator.Builder setSubstrBytes(com.google.protobuf.ByteString value)
required string substr = 1;



Copyright © 2010-2015, The Async HBase Authors