Generated from protobuf message google.protobuf.GeneratedCodeInfo.Annotation
Methods |
public __construct( $data = NULL) Constructor.
|
public clearBegin() |
public clearEnd() |
public clearSemantic() |
public clearSourceFile() |
public getBegin() Identifies the starting offset in bytes in the generated code that relates to the identified object. Generated from protobuf field optional int32 begin = 3;
|
public getEnd() Identifies the ending offset in bytes in the generated code that relates to the identified object. The end offset should be one past the last relevant byte (so the length of the text = end - begin). Generated from protobuf field optional int32 end = 4;
|
public getPath() Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path. Generated from protobuf field repeated int32 path = 1 [packed = true];
|
public getSemantic() Generated from protobuf field optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5;
|
public getSourceFile() Identifies the filesystem path to the original source .proto. Generated from protobuf field optional string source_file = 2;
|
public hasBegin() |
public hasEnd() |
public hasSemantic() |
public hasSourceFile() |
public setBegin( $var) Identifies the starting offset in bytes in the generated code that relates to the identified object. Generated from protobuf field optional int32 begin = 3;
|
public setEnd( $var) Identifies the ending offset in bytes in the generated code that relates to the identified object. The end offset should be one past the last relevant byte (so the length of the text = end - begin). Generated from protobuf field optional int32 end = 4;
|
public setPath( $var) Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path. Generated from protobuf field repeated int32 path = 1 [packed = true];
|
public setSemantic( $var) Generated from protobuf field optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5;
|
public setSourceFile( $var) Identifies the filesystem path to the original source .proto. Generated from protobuf field optional string source_file = 2;
|
Properties |
protected $begin = NULL Identifies the starting offset in bytes in the generated code that relates to the identified object. Generated from protobuf field optional int32 begin = 3; |
protected $end = NULL Identifies the ending offset in bytes in the generated code that relates to the identified object. The end offset should be one past the last relevant byte (so the length of the text = end - begin). Generated from protobuf field optional int32 end = 4; |
protected $semantic = NULL Generated from protobuf field optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5; |
protected $source_file = NULL Identifies the filesystem path to the original source .proto. Generated from protobuf field optional string source_file = 2; |
Methods |
Properties |
private $path = NULL Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path. Generated from protobuf field repeated int32 path = 1 [packed = true]; |