Class Range.Builder (3.87.0)
Version latestkeyboard_arrow_down
public static final class Range . Builder extends GeneratedMessage . Builder<Range . Builder > implements RangeOrBuilder
Generic half-open interval [start, end)
Protobuf type google.privacy.dlp.v2.Range
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
build()
Returns
Type
Description
Range
buildPartial()
public Range buildPartial ()
Returns
Type
Description
Range
clear()
public Range . Builder clear ()
Overrides
clearEnd()
public Range . Builder clearEnd ()
Index of the last character of the range (exclusive).
int64 end = 2;
Returns
Type
Description
Range.Builder
This builder for chaining.
clearStart()
public Range . Builder clearStart ()
Index of the first character of the range (inclusive).
int64 start = 1;
Returns
Type
Description
Range.Builder
This builder for chaining.
getDefaultInstanceForType()
public Range getDefaultInstanceForType ()
Returns
Type
Description
Range
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getEnd()
Index of the last character of the range (exclusive).
int64 end = 2;
Returns
Type
Description
long
The end.
getStart()
Index of the first character of the range (inclusive).
int64 start = 1;
Returns
Type
Description
long
The start.
internalGetFieldAccessorTable()
protected GeneratedMessage . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(Range other)
public Range . Builder mergeFrom ( Range other )
Parameter
Name
Description
other
Range
public Range . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Range . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
setEnd(long value)
public Range . Builder setEnd ( long value )
Index of the last character of the range (exclusive).
int64 end = 2;
Parameter
Name
Description
value
long The end to set.
Returns
Type
Description
Range.Builder
This builder for chaining.
setStart(long value)
public Range . Builder setStart ( long value )
Index of the first character of the range (inclusive).
int64 start = 1;
Parameter
Name
Description
value
long The start to set.
Returns
Type
Description
Range.Builder
This builder for chaining.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-01 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-02-01 UTC."],[],[]]