SourceContext
represents information about the source of a
protobuf element, like the file in which it is defined.
Generated from protobuf message google.protobuf.SourceContext
Methods |
public __construct( $data = NULL) Constructor.
|
public getFileName() The path-qualified name of the .proto file that contained the associated
protobuf element. For example: Generated from protobuf field string file_name = 1;
|
public setFileName( $var) The path-qualified name of the .proto file that contained the associated
protobuf element. For example: Generated from protobuf field string file_name = 1;
|
Properties |
protected $file_name = '' The path-qualified name of the .proto file that contained the associated
protobuf element. For example: Generated from protobuf field string file_name = 1; |
Methods |