public static interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getEnd()
Exclusive.
|
DescriptorProtos.ExtensionRangeOptions |
getOptions()
optional .google.protobuf.ExtensionRangeOptions options = 3; |
DescriptorProtos.ExtensionRangeOptionsOrBuilder |
getOptionsOrBuilder()
optional .google.protobuf.ExtensionRangeOptions options = 3; |
int |
getStart()
Inclusive.
|
boolean |
hasEnd()
Exclusive.
|
boolean |
hasOptions()
optional .google.protobuf.ExtensionRangeOptions options = 3; |
boolean |
hasStart()
Inclusive.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasStart()
Inclusive.
optional int32 start = 1;
int getStart()
Inclusive.
optional int32 start = 1;
boolean hasEnd()
Exclusive.
optional int32 end = 2;
int getEnd()
Exclusive.
optional int32 end = 2;
boolean hasOptions()
optional .google.protobuf.ExtensionRangeOptions options = 3;
DescriptorProtos.ExtensionRangeOptions getOptions()
optional .google.protobuf.ExtensionRangeOptions options = 3;
DescriptorProtos.ExtensionRangeOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.ExtensionRangeOptions options = 3;