public static final class FilterProtos.RowRange.Builder extends com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder> implements FilterProtos.RowRangeOrBuilder
hbase.pb.RowRange| Modifier and Type | Method and Description |
|---|---|
FilterProtos.RowRange |
build() |
FilterProtos.RowRange |
buildPartial() |
FilterProtos.RowRange.Builder |
clear() |
FilterProtos.RowRange.Builder |
clearStartRow()
optional bytes start_row = 1; |
FilterProtos.RowRange.Builder |
clearStartRowInclusive()
optional bool start_row_inclusive = 2; |
FilterProtos.RowRange.Builder |
clearStopRow()
optional bytes stop_row = 3; |
FilterProtos.RowRange.Builder |
clearStopRowInclusive()
optional bool stop_row_inclusive = 4; |
FilterProtos.RowRange.Builder |
clone() |
FilterProtos.RowRange |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getStartRow()
optional bytes start_row = 1; |
boolean |
getStartRowInclusive()
optional bool start_row_inclusive = 2; |
com.google.protobuf.ByteString |
getStopRow()
optional bytes stop_row = 3; |
boolean |
getStopRowInclusive()
optional bool stop_row_inclusive = 4; |
boolean |
hasStartRow()
optional bytes start_row = 1; |
boolean |
hasStartRowInclusive()
optional bool start_row_inclusive = 2; |
boolean |
hasStopRow()
optional bytes stop_row = 3; |
boolean |
hasStopRowInclusive()
optional bool stop_row_inclusive = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FilterProtos.RowRange.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FilterProtos.RowRange.Builder |
mergeFrom(FilterProtos.RowRange other) |
FilterProtos.RowRange.Builder |
mergeFrom(com.google.protobuf.Message other) |
FilterProtos.RowRange.Builder |
setStartRow(com.google.protobuf.ByteString value)
optional bytes start_row = 1; |
FilterProtos.RowRange.Builder |
setStartRowInclusive(boolean value)
optional bool start_row_inclusive = 2; |
FilterProtos.RowRange.Builder |
setStopRow(com.google.protobuf.ByteString value)
optional bytes stop_row = 3; |
FilterProtos.RowRange.Builder |
setStopRowInclusive(boolean value)
optional bool stop_row_inclusive = 4; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FilterProtos.RowRange build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FilterProtos.RowRange buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FilterProtos.RowRange.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder mergeFrom(FilterProtos.RowRange other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FilterProtos.RowRange.Builder>IOExceptionpublic boolean hasStartRow()
optional bytes start_row = 1;hasStartRow in interface FilterProtos.RowRangeOrBuilderpublic com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 1;getStartRow in interface FilterProtos.RowRangeOrBuilderpublic FilterProtos.RowRange.Builder setStartRow(com.google.protobuf.ByteString value)
optional bytes start_row = 1;public FilterProtos.RowRange.Builder clearStartRow()
optional bytes start_row = 1;public boolean hasStartRowInclusive()
optional bool start_row_inclusive = 2;hasStartRowInclusive in interface FilterProtos.RowRangeOrBuilderpublic boolean getStartRowInclusive()
optional bool start_row_inclusive = 2;getStartRowInclusive in interface FilterProtos.RowRangeOrBuilderpublic FilterProtos.RowRange.Builder setStartRowInclusive(boolean value)
optional bool start_row_inclusive = 2;public FilterProtos.RowRange.Builder clearStartRowInclusive()
optional bool start_row_inclusive = 2;public boolean hasStopRow()
optional bytes stop_row = 3;hasStopRow in interface FilterProtos.RowRangeOrBuilderpublic com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 3;getStopRow in interface FilterProtos.RowRangeOrBuilderpublic FilterProtos.RowRange.Builder setStopRow(com.google.protobuf.ByteString value)
optional bytes stop_row = 3;public FilterProtos.RowRange.Builder clearStopRow()
optional bytes stop_row = 3;public boolean hasStopRowInclusive()
optional bool stop_row_inclusive = 4;hasStopRowInclusive in interface FilterProtos.RowRangeOrBuilderpublic boolean getStopRowInclusive()
optional bool stop_row_inclusive = 4;getStopRowInclusive in interface FilterProtos.RowRangeOrBuilderpublic FilterProtos.RowRange.Builder setStopRowInclusive(boolean value)
optional bool stop_row_inclusive = 4;public FilterProtos.RowRange.Builder clearStopRowInclusive()
optional bool stop_row_inclusive = 4;Copyright © 2007–2019 Cloudera. All rights reserved.