public static final class FilterPB.PrefixFilter.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.PrefixFilter,FilterPB.PrefixFilter.Builder> implements FilterPB.PrefixFilterOrBuilder
PrefixFilter
Modifier and Type | Method and Description |
---|---|
FilterPB.PrefixFilter |
build() |
FilterPB.PrefixFilter |
buildPartial() |
FilterPB.PrefixFilter.Builder |
clear() |
FilterPB.PrefixFilter.Builder |
clearPrefix()
optional bytes prefix = 1; |
FilterPB.PrefixFilter.Builder |
clone() |
FilterPB.PrefixFilter |
getDefaultInstanceForType() |
com.google.protobuf.ByteString |
getPrefix()
optional bytes prefix = 1; |
boolean |
hasPrefix()
optional bytes prefix = 1; |
boolean |
isInitialized() |
FilterPB.PrefixFilter.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FilterPB.PrefixFilter.Builder |
mergeFrom(FilterPB.PrefixFilter other) |
FilterPB.PrefixFilter.Builder |
setPrefix(com.google.protobuf.ByteString value)
optional bytes prefix = 1; |
public FilterPB.PrefixFilter.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.PrefixFilter,FilterPB.PrefixFilter.Builder>
public FilterPB.PrefixFilter.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.PrefixFilter,FilterPB.PrefixFilter.Builder>
public FilterPB.PrefixFilter getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.PrefixFilter,FilterPB.PrefixFilter.Builder>
public FilterPB.PrefixFilter build()
build
in interface com.google.protobuf.MessageLite.Builder
public FilterPB.PrefixFilter buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FilterPB.PrefixFilter.Builder mergeFrom(FilterPB.PrefixFilter other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.PrefixFilter,FilterPB.PrefixFilter.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public FilterPB.PrefixFilter.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<FilterPB.PrefixFilter.Builder>
IOException
public boolean hasPrefix()
optional bytes prefix = 1;
hasPrefix
in interface FilterPB.PrefixFilterOrBuilder
public com.google.protobuf.ByteString getPrefix()
optional bytes prefix = 1;
getPrefix
in interface FilterPB.PrefixFilterOrBuilder
public FilterPB.PrefixFilter.Builder setPrefix(com.google.protobuf.ByteString value)
optional bytes prefix = 1;
public FilterPB.PrefixFilter.Builder clearPrefix()
optional bytes prefix = 1;
Copyright © 2010-2017, The Async HBase Authors