Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GeneratedCodeInfo_Annotation

Index

Properties

Properties

begin

begin: number

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

end

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).

path

path: number[]

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

sourceFile

sourceFile: string

Identifies the filesystem path to the original source .proto.

Generated using TypeDoc