Range of reserved numeric values. Reserved values may not be used by entries in the same enum. Reserved ranges may not overlap.
Note that this is distinct from DescriptorProto.ReservedRange in that it is inclusive such that it can appropriately represent the entire int32 domain.
Generated from protobuf message google.protobuf.EnumDescriptorProto.EnumReservedRange
Methods |
public __construct( $data = NULL) Constructor.
|
public clearEnd() |
public clearStart() |
public getEnd() Inclusive. Generated from protobuf field optional int32 end = 2;
|
public getStart() Inclusive. Generated from protobuf field optional int32 start = 1;
|
public hasEnd() |
public hasStart() |
public setEnd( $var) Inclusive. Generated from protobuf field optional int32 end = 2;
|
public setStart( $var) Inclusive. Generated from protobuf field optional int32 start = 1;
|
Properties |
protected $end = NULL Inclusive. Generated from protobuf field optional int32 end = 2; |
protected $start = NULL Inclusive. Generated from protobuf field optional int32 start = 1; |
Methods |