org.hbase.async.generated
Class FilterPB.FilterList

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by org.hbase.async.generated.FilterPB.FilterList
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Serializable, FilterPB.FilterListOrBuilder
Enclosing class:
FilterPB

public static final class FilterPB.FilterList
extends com.google.protobuf.GeneratedMessageLite
implements FilterPB.FilterListOrBuilder

Protobuf type FilterList

See Also:
Serialized Form

Nested Class Summary
static class FilterPB.FilterList.Builder
          Protobuf type FilterList
static class FilterPB.FilterList.Operator
          Protobuf enum FilterList.Operator
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
 
Field Summary
static int FILTERS_FIELD_NUMBER
           
static int OPERATOR_FIELD_NUMBER
           
static com.google.protobuf.Parser<FilterPB.FilterList> PARSER
           
 
Method Summary
static FilterPB.FilterList getDefaultInstance()
           
 FilterPB.FilterList getDefaultInstanceForType()
           
 FilterPB.Filter getFilters(int index)
          repeated .Filter filters = 2;
 int getFiltersCount()
          repeated .Filter filters = 2;
 List<FilterPB.Filter> getFiltersList()
          repeated .Filter filters = 2;
 FilterPB.FilterOrBuilder getFiltersOrBuilder(int index)
          repeated .Filter filters = 2;
 List<? extends FilterPB.FilterOrBuilder> getFiltersOrBuilderList()
          repeated .Filter filters = 2;
 FilterPB.FilterList.Operator getOperator()
          required .FilterList.Operator operator = 1;
 com.google.protobuf.Parser<FilterPB.FilterList> getParserForType()
           
 int getSerializedSize()
           
 boolean hasOperator()
          required .FilterList.Operator operator = 1;
 boolean isInitialized()
           
static FilterPB.FilterList.Builder newBuilder()
           
static FilterPB.FilterList.Builder newBuilder(FilterPB.FilterList prototype)
           
 FilterPB.FilterList.Builder newBuilderForType()
           
static FilterPB.FilterList parseDelimitedFrom(InputStream input)
           
static FilterPB.FilterList parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FilterPB.FilterList parseFrom(byte[] data)
           
static FilterPB.FilterList parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FilterPB.FilterList parseFrom(com.google.protobuf.ByteString data)
           
static FilterPB.FilterList parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FilterPB.FilterList parseFrom(com.google.protobuf.CodedInputStream input)
           
static FilterPB.FilterList parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FilterPB.FilterList parseFrom(InputStream input)
           
static FilterPB.FilterList parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FilterPB.FilterList.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static com.google.protobuf.Parser<FilterPB.FilterList> PARSER

OPERATOR_FIELD_NUMBER

public static final int OPERATOR_FIELD_NUMBER
See Also:
Constant Field Values

FILTERS_FIELD_NUMBER

public static final int FILTERS_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static FilterPB.FilterList getDefaultInstance()

getDefaultInstanceForType

public FilterPB.FilterList getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

public com.google.protobuf.Parser<FilterPB.FilterList> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasOperator

public boolean hasOperator()
required .FilterList.Operator operator = 1;

Specified by:
hasOperator in interface FilterPB.FilterListOrBuilder

getOperator

public FilterPB.FilterList.Operator getOperator()
required .FilterList.Operator operator = 1;

Specified by:
getOperator in interface FilterPB.FilterListOrBuilder

getFiltersList

public List<FilterPB.Filter> getFiltersList()
repeated .Filter filters = 2;

Specified by:
getFiltersList in interface FilterPB.FilterListOrBuilder

getFiltersOrBuilderList

public List<? extends FilterPB.FilterOrBuilder> getFiltersOrBuilderList()
repeated .Filter filters = 2;


getFiltersCount

public int getFiltersCount()
repeated .Filter filters = 2;

Specified by:
getFiltersCount in interface FilterPB.FilterListOrBuilder

getFilters

public FilterPB.Filter getFilters(int index)
repeated .Filter filters = 2;

Specified by:
getFilters in interface FilterPB.FilterListOrBuilder

getFiltersOrBuilder

public FilterPB.FilterOrBuilder getFiltersOrBuilder(int index)
repeated .Filter filters = 2;


isInitialized

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

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
ObjectStreamException

parseFrom

public static FilterPB.FilterList parseFrom(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static FilterPB.FilterList parseFrom(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static FilterPB.FilterList parseFrom(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static FilterPB.FilterList parseFrom(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static FilterPB.FilterList parseFrom(InputStream input)
                                     throws IOException
Throws:
IOException

parseFrom

public static FilterPB.FilterList parseFrom(InputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
Throws:
IOException

parseDelimitedFrom

public static FilterPB.FilterList parseDelimitedFrom(InputStream input)
                                              throws IOException
Throws:
IOException

parseDelimitedFrom

public static FilterPB.FilterList parseDelimitedFrom(InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
Throws:
IOException

parseFrom

public static FilterPB.FilterList parseFrom(com.google.protobuf.CodedInputStream input)
                                     throws IOException
Throws:
IOException

parseFrom

public static FilterPB.FilterList parseFrom(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
Throws:
IOException

newBuilder

public static FilterPB.FilterList.Builder newBuilder()

newBuilderForType

public FilterPB.FilterList.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static FilterPB.FilterList.Builder newBuilder(FilterPB.FilterList prototype)

toBuilder

public FilterPB.FilterList.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite


Copyright © 2010-2015, The Async HBase Authors