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

public static final class ComparatorProtos.RegexStringComparator.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.RegexStringComparator.Builder>
implements ComparatorProtos.RegexStringComparatorOrBuilder

Protobuf type RegexStringComparator


Method Summary
 ComparatorProtos.RegexStringComparator build()
           
 ComparatorProtos.RegexStringComparator buildPartial()
           
 ComparatorProtos.RegexStringComparator.Builder clear()
           
 ComparatorProtos.RegexStringComparator.Builder clearCharset()
          required string charset = 3;
 ComparatorProtos.RegexStringComparator.Builder clearEngine()
          optional string engine = 4;
 ComparatorProtos.RegexStringComparator.Builder clearPattern()
          required string pattern = 1;
 ComparatorProtos.RegexStringComparator.Builder clearPatternFlags()
          required int32 pattern_flags = 2;
 ComparatorProtos.RegexStringComparator.Builder clone()
           
 String getCharset()
          required string charset = 3;
 com.google.protobuf.ByteString getCharsetBytes()
          required string charset = 3;
 ComparatorProtos.RegexStringComparator getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getEngine()
          optional string engine = 4;
 com.google.protobuf.ByteString getEngineBytes()
          optional string engine = 4;
 String getPattern()
          required string pattern = 1;
 com.google.protobuf.ByteString getPatternBytes()
          required string pattern = 1;
 int getPatternFlags()
          required int32 pattern_flags = 2;
 boolean hasCharset()
          required string charset = 3;
 boolean hasEngine()
          optional string engine = 4;
 boolean hasPattern()
          required string pattern = 1;
 boolean hasPatternFlags()
          required int32 pattern_flags = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ComparatorProtos.RegexStringComparator.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ComparatorProtos.RegexStringComparator.Builder mergeFrom(ComparatorProtos.RegexStringComparator other)
           
 ComparatorProtos.RegexStringComparator.Builder mergeFrom(com.google.protobuf.Message other)
           
 ComparatorProtos.RegexStringComparator.Builder setCharset(String value)
          required string charset = 3;
 ComparatorProtos.RegexStringComparator.Builder setCharsetBytes(com.google.protobuf.ByteString value)
          required string charset = 3;
 ComparatorProtos.RegexStringComparator.Builder setEngine(String value)
          optional string engine = 4;
 ComparatorProtos.RegexStringComparator.Builder setEngineBytes(com.google.protobuf.ByteString value)
          optional string engine = 4;
 ComparatorProtos.RegexStringComparator.Builder setPattern(String value)
          required string pattern = 1;
 ComparatorProtos.RegexStringComparator.Builder setPatternBytes(com.google.protobuf.ByteString value)
          required string pattern = 1;
 ComparatorProtos.RegexStringComparator.Builder setPatternFlags(int value)
          required int32 pattern_flags = 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.RegexStringComparator.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

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

hasPattern

public boolean hasPattern()
required string pattern = 1;

Specified by:
hasPattern in interface ComparatorProtos.RegexStringComparatorOrBuilder

getPattern

public String getPattern()
required string pattern = 1;

Specified by:
getPattern in interface ComparatorProtos.RegexStringComparatorOrBuilder

getPatternBytes

public com.google.protobuf.ByteString getPatternBytes()
required string pattern = 1;

Specified by:
getPatternBytes in interface ComparatorProtos.RegexStringComparatorOrBuilder

setPattern

public ComparatorProtos.RegexStringComparator.Builder setPattern(String value)
required string pattern = 1;


clearPattern

public ComparatorProtos.RegexStringComparator.Builder clearPattern()
required string pattern = 1;


setPatternBytes

public ComparatorProtos.RegexStringComparator.Builder setPatternBytes(com.google.protobuf.ByteString value)
required string pattern = 1;


hasPatternFlags

public boolean hasPatternFlags()
required int32 pattern_flags = 2;

Specified by:
hasPatternFlags in interface ComparatorProtos.RegexStringComparatorOrBuilder

getPatternFlags

public int getPatternFlags()
required int32 pattern_flags = 2;

Specified by:
getPatternFlags in interface ComparatorProtos.RegexStringComparatorOrBuilder

setPatternFlags

public ComparatorProtos.RegexStringComparator.Builder setPatternFlags(int value)
required int32 pattern_flags = 2;


clearPatternFlags

public ComparatorProtos.RegexStringComparator.Builder clearPatternFlags()
required int32 pattern_flags = 2;


hasCharset

public boolean hasCharset()
required string charset = 3;

Specified by:
hasCharset in interface ComparatorProtos.RegexStringComparatorOrBuilder

getCharset

public String getCharset()
required string charset = 3;

Specified by:
getCharset in interface ComparatorProtos.RegexStringComparatorOrBuilder

getCharsetBytes

public com.google.protobuf.ByteString getCharsetBytes()
required string charset = 3;

Specified by:
getCharsetBytes in interface ComparatorProtos.RegexStringComparatorOrBuilder

setCharset

public ComparatorProtos.RegexStringComparator.Builder setCharset(String value)
required string charset = 3;


clearCharset

public ComparatorProtos.RegexStringComparator.Builder clearCharset()
required string charset = 3;


setCharsetBytes

public ComparatorProtos.RegexStringComparator.Builder setCharsetBytes(com.google.protobuf.ByteString value)
required string charset = 3;


hasEngine

public boolean hasEngine()
optional string engine = 4;

Specified by:
hasEngine in interface ComparatorProtos.RegexStringComparatorOrBuilder

getEngine

public String getEngine()
optional string engine = 4;

Specified by:
getEngine in interface ComparatorProtos.RegexStringComparatorOrBuilder

getEngineBytes

public com.google.protobuf.ByteString getEngineBytes()
optional string engine = 4;

Specified by:
getEngineBytes in interface ComparatorProtos.RegexStringComparatorOrBuilder

setEngine

public ComparatorProtos.RegexStringComparator.Builder setEngine(String value)
optional string engine = 4;


clearEngine

public ComparatorProtos.RegexStringComparator.Builder clearEngine()
optional string engine = 4;


setEngineBytes

public ComparatorProtos.RegexStringComparator.Builder setEngineBytes(com.google.protobuf.ByteString value)
optional string engine = 4;



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