from message google.protobuf.GeneratedCodeInfo.Annotation

Hierarchy

Constructors

Properties

begin?: number

Identifies the starting offset in bytes in the generated code that relates to the identified object.

from field: optional int32 begin = 3;

end?: number

Identifies the ending offset in bytes in the generated code that relates to the identified offset. The end offset should be one past the last relevant byte (so the length of the text = end - begin).

from field: optional int32 end = 4;

path: number[] = []

Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.

from field: repeated int32 path = 1 [packed = true];

sourceFile?: string

Identifies the filesystem path to the original source .proto.

from field: optional string source_file = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto2
typeName: "google.protobuf.GeneratedCodeInfo.Annotation" = "google.protobuf.GeneratedCodeInfo.Annotation"

Methods