Interface DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder (3.19.4)

public static interface DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnd()

public abstract int getEnd()

Exclusive.

optional int32 end = 2;

Returns
TypeDescription
int

The end.

getStart()

public abstract int getStart()

Inclusive.

optional int32 start = 1;

Returns
TypeDescription
int

The start.

hasEnd()

public abstract boolean hasEnd()

Exclusive.

optional int32 end = 2;

Returns
TypeDescription
boolean

Whether the end field is set.

hasStart()

public abstract boolean hasStart()

Inclusive.

optional int32 start = 1;

Returns
TypeDescription
boolean

Whether the start field is set.