Class Range.Builder (3.87.0)

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

Implements

RangeOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Range build()
Returns
Type Description
Range

buildPartial()

public Range buildPartial()
Returns
Type Description
Range

clear()

public Range.Builder clear()
Returns
Type Description
Range.Builder
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()
Returns
Type Description
Descriptor
Overrides

getEnd()

public long getEnd()

Index of the last character of the range (exclusive).

int64 end = 2;

Returns
Type Description
long

The end.

getStart()

public long getStart()

Index of the first character of the range (inclusive).

int64 start = 1;

Returns
Type Description
long

The start.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Range other)

public Range.Builder mergeFrom(Range other)
Parameter
Name Description
other Range
Returns
Type Description
Range.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Range.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Range.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Range.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Range.Builder
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.