Range of reserved tag numbers. Reserved tag numbers may not be used by fields or extension ranges in the same message. Reserved ranges may not overlap.
Generated from protobuf message google.protobuf.DescriptorProto.ReservedRange
CloneableInstantiable
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearEnd() |
| public clearStart() |
| public getEnd() Exclusive. 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) Exclusive. Generated from protobuf field optional int32 end = 2;
|
| public setStart( $var) Inclusive. Generated from protobuf field optional int32 start = 1;
|
| Properties |
| protected $end = NULL Exclusive. Generated from protobuf field optional int32 end = 2; |
| protected $start = NULL Inclusive. Generated from protobuf field optional int32 start = 1; |
| Methods |