Describes the relationship between generated code and its original source file. A GeneratedCodeInfo message is associated with only one generated source file, but may contain references to different source .proto files.
Generated from protobuf message google.protobuf.GeneratedCodeInfo
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getAnnotation() An Annotation connects some span of text in generated code to an element of its generating .proto file. Generated from protobuf field repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
|
| public setAnnotation( $var) An Annotation connects some span of text in generated code to an element of its generating .proto file. Generated from protobuf field repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
|
| Methods |
| Properties |
| private $annotation = NULL An Annotation connects some span of text in generated code to an element of its generating .proto file. Generated from protobuf field repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1; |