org.apache.hadoop.hbase.protobuf.generated
Class ComparatorProtos.Comparator.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.Comparator.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.Comparator.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ComparatorProtos.ComparatorOrBuilder
Enclosing class:
ComparatorProtos.Comparator

public static final class ComparatorProtos.Comparator.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.Comparator.Builder>
implements ComparatorProtos.ComparatorOrBuilder

Protobuf type Comparator


Method Summary
 ComparatorProtos.Comparator build()
           
 ComparatorProtos.Comparator buildPartial()
           
 ComparatorProtos.Comparator.Builder clear()
           
 ComparatorProtos.Comparator.Builder clearName()
          required string name = 1;
 ComparatorProtos.Comparator.Builder clearSerializedComparator()
          optional bytes serialized_comparator = 2;
 ComparatorProtos.Comparator.Builder clone()
           
 ComparatorProtos.Comparator getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getName()
          required string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          required string name = 1;
 com.google.protobuf.ByteString getSerializedComparator()
          optional bytes serialized_comparator = 2;
 boolean hasName()
          required string name = 1;
 boolean hasSerializedComparator()
          optional bytes serialized_comparator = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ComparatorProtos.Comparator.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ComparatorProtos.Comparator.Builder mergeFrom(ComparatorProtos.Comparator other)
           
 ComparatorProtos.Comparator.Builder mergeFrom(com.google.protobuf.Message other)
           
 ComparatorProtos.Comparator.Builder setName(String value)
          required string name = 1;
 ComparatorProtos.Comparator.Builder setNameBytes(com.google.protobuf.ByteString value)
          required string name = 1;
 ComparatorProtos.Comparator.Builder setSerializedComparator(com.google.protobuf.ByteString value)
          optional bytes serialized_comparator = 2;
 
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.Comparator.Builder>

clear

public ComparatorProtos.Comparator.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.Comparator.Builder>

clone

public ComparatorProtos.Comparator.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.Comparator.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.Comparator.Builder>

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public ComparatorProtos.Comparator.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.Comparator.Builder>

mergeFrom

public ComparatorProtos.Comparator.Builder mergeFrom(ComparatorProtos.Comparator 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.Comparator.Builder>

mergeFrom

public ComparatorProtos.Comparator.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.Comparator.Builder>
Throws:
IOException

hasName

public boolean hasName()
required string name = 1;

Specified by:
hasName in interface ComparatorProtos.ComparatorOrBuilder

getName

public String getName()
required string name = 1;

Specified by:
getName in interface ComparatorProtos.ComparatorOrBuilder

getNameBytes

public com.google.protobuf.ByteString getNameBytes()
required string name = 1;

Specified by:
getNameBytes in interface ComparatorProtos.ComparatorOrBuilder

setName

public ComparatorProtos.Comparator.Builder setName(String value)
required string name = 1;


clearName

public ComparatorProtos.Comparator.Builder clearName()
required string name = 1;


setNameBytes

public ComparatorProtos.Comparator.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;


hasSerializedComparator

public boolean hasSerializedComparator()
optional bytes serialized_comparator = 2;

Specified by:
hasSerializedComparator in interface ComparatorProtos.ComparatorOrBuilder

getSerializedComparator

public com.google.protobuf.ByteString getSerializedComparator()
optional bytes serialized_comparator = 2;

Specified by:
getSerializedComparator in interface ComparatorProtos.ComparatorOrBuilder

setSerializedComparator

public ComparatorProtos.Comparator.Builder setSerializedComparator(com.google.protobuf.ByteString value)
optional bytes serialized_comparator = 2;


clearSerializedComparator

public ComparatorProtos.Comparator.Builder clearSerializedComparator()
optional bytes serialized_comparator = 2;



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.