Contents
Interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.DescriptorProto.ExtensionRange
,DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- Enclosing class:
DescriptorProtos.DescriptorProto
public static interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getEnd()
Exclusive.optional .google.protobuf.ExtensionRangeOptions options = 3;
optional .google.protobuf.ExtensionRangeOptions options = 3;
int
getStart()
Inclusive.boolean
hasEnd()
Exclusive.boolean
optional .google.protobuf.ExtensionRangeOptions options = 3;
boolean
hasStart()
Inclusive.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStart
boolean hasStart()Inclusive.
optional int32 start = 1;
- Returns:
- Whether the start field is set.
-
getStart
int getStart()Inclusive.
optional int32 start = 1;
- Returns:
- The start.
-
hasEnd
boolean hasEnd()Exclusive.
optional int32 end = 2;
- Returns:
- Whether the end field is set.
-
getEnd
int getEnd()Exclusive.
optional int32 end = 2;
- Returns:
- The end.
-
hasOptions
boolean hasOptions()optional .google.protobuf.ExtensionRangeOptions options = 3;
- Returns:
- Whether the options field is set.
-
getOptions
DescriptorProtos.ExtensionRangeOptions getOptions()optional .google.protobuf.ExtensionRangeOptions options = 3;
- Returns:
- The options.
-
getOptionsOrBuilder
DescriptorProtos.ExtensionRangeOptionsOrBuilder getOptionsOrBuilder()optional .google.protobuf.ExtensionRangeOptions options = 3;
-