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

Properties of a Location.

Package

@google-cloud/security-center!

Properties

leadingComments

leadingComments?: (string|null);

Location leadingComments

Property Value
TypeDescription
(string|null)

leadingDetachedComments

leadingDetachedComments?: (string[]|null);

Location leadingDetachedComments

Property Value
TypeDescription
(string[]|null)

path

path?: (number[]|null);

Location path

Property Value
TypeDescription
(number[]|null)

span

span?: (number[]|null);

Location span

Property Value
TypeDescription
(number[]|null)

trailingComments

trailingComments?: (string|null);

Location trailingComments

Property Value
TypeDescription
(string|null)