org.apache.hadoop.hbase.protobuf.generated
Class ComparatorProtos.SubstringComparator.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.SubstringComparator.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.SubstringComparator.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ComparatorProtos.SubstringComparatorOrBuilder
Enclosing class:
ComparatorProtos.SubstringComparator

public static final class ComparatorProtos.SubstringComparator.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.SubstringComparator.Builder>
implements ComparatorProtos.SubstringComparatorOrBuilder

Protobuf type SubstringComparator


Method Summary
 ComparatorProtos.SubstringComparator build()
           
 ComparatorProtos.SubstringComparator buildPartial()
           
 ComparatorProtos.SubstringComparator.Builder clear()
           
 ComparatorProtos.SubstringComparator.Builder clearSubstr()
          required string substr = 1;
 ComparatorProtos.SubstringComparator.Builder clone()
           
 ComparatorProtos.SubstringComparator getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getSubstr()
          required string substr = 1;
 com.google.protobuf.ByteString getSubstrBytes()
          required string substr = 1;
 boolean hasSubstr()
          required string substr = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ComparatorProtos.SubstringComparator.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ComparatorProtos.SubstringComparator.Builder mergeFrom(ComparatorProtos.SubstringComparator other)
           
 ComparatorProtos.SubstringComparator.Builder mergeFrom(com.google.protobuf.Message other)
           
 ComparatorProtos.SubstringComparator.Builder setSubstr(String value)
          required string substr = 1;
 ComparatorProtos.SubstringComparator.Builder setSubstrBytes(com.google.protobuf.ByteString value)
          required string substr = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.SubstringComparator.Builder>

clear

public ComparatorProtos.SubstringComparator.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.SubstringComparator.Builder>

clone

public ComparatorProtos.SubstringComparator.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.SubstringComparator.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.SubstringComparator.Builder>

getDefaultInstanceForType

public ComparatorProtos.SubstringComparator getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public ComparatorProtos.SubstringComparator.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ComparatorProtos.SubstringComparator.Builder>

mergeFrom

public ComparatorProtos.SubstringComparator.Builder mergeFrom(ComparatorProtos.SubstringComparator other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.SubstringComparator.Builder>

mergeFrom

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

hasSubstr

public boolean hasSubstr()
required string substr = 1;

Specified by:
hasSubstr in interface ComparatorProtos.SubstringComparatorOrBuilder

getSubstr

public String getSubstr()
required string substr = 1;

Specified by:
getSubstr in interface ComparatorProtos.SubstringComparatorOrBuilder

getSubstrBytes

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

Specified by:
getSubstrBytes in interface ComparatorProtos.SubstringComparatorOrBuilder

setSubstr

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


clearSubstr

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


setSubstrBytes

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



Copyright © 2015 The Apache Software Foundation. All rights reserved.