Interface protos.google.protobuf.SourceCodeInfo.ILocation (0.4.2)

Properties of a Location.

Package

@google-cloud/appconnectors

Properties

leadingComments

leadingComments?: (string|null);

Location leadingComments

leadingDetachedComments

leadingDetachedComments?: (string[]|null);

Location leadingDetachedComments

path

path?: (number[]|null);

Location path

span

span?: (number[]|null);

Location span

trailingComments

trailingComments?: (string|null);

Location trailingComments