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

Properties of a Location.

Package

@google-cloud/contact-center-insights!

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)