public static interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnd()
public abstract int getEnd()
Exclusive.
optional int32 end = 2;
Returns | |
---|---|
Type | Description |
int | The end. |
getOptions()
public abstract DescriptorProtos.ExtensionRangeOptions getOptions()
optional .google.protobuf.ExtensionRangeOptions options = 3;
Returns | |
---|---|
Type | Description |
DescriptorProtos.ExtensionRangeOptions | The options. |
getOptionsOrBuilder()
public abstract DescriptorProtos.ExtensionRangeOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.ExtensionRangeOptions options = 3;
Returns | |
---|---|
Type | Description |
DescriptorProtos.ExtensionRangeOptionsOrBuilder |
getStart()
public abstract int getStart()
Inclusive.
optional int32 start = 1;
Returns | |
---|---|
Type | Description |
int | The start. |
hasEnd()
public abstract boolean hasEnd()
Exclusive.
optional int32 end = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the end field is set. |
hasOptions()
public abstract boolean hasOptions()
optional .google.protobuf.ExtensionRangeOptions options = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the options field is set. |
hasStart()
public abstract boolean hasStart()
Inclusive.
optional int32 start = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the start field is set. |