Interface DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder (3.19.4)

publicstaticinterface DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnd()

publicabstractintgetEnd()

Inclusive.

optional int32 end = 2;

Returns
Type Description
int

The end.

getStart()

publicabstractintgetStart()

Inclusive.

optional int32 start = 1;

Returns
Type Description
int

The start.

hasEnd()

publicabstractbooleanhasEnd()

Inclusive.

optional int32 end = 2;

Returns
Type Description
boolean

Whether the end field is set.

hasStart()

publicabstractbooleanhasStart()

Inclusive.

optional int32 start = 1;

Returns
Type Description
boolean

Whether the start field is set.

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 2025年10月30日 UTC.