type google.golang.org/genproto/googleapis/monitoring/v3.TextLocator

18 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		metric.pb.go#L463: 	Locator *TextLocator `protobuf:"bytes,1,opt,name=locator,proto3" json:"locator,omitempty"`
		metric.pb.go#L500: func (x *QueryError) GetLocator() *TextLocator {
		metric.pb.go#L534: type TextLocator struct {
		metric.pb.go#L555: 	NestedLocator *TextLocator `protobuf:"bytes,4,opt,name=nested_locator,json=nestedLocator,proto3" json:"nested_locator,omitempty"`
		metric.pb.go#L565: func (x *TextLocator) Reset() {
		metric.pb.go#L566: 	*x = TextLocator{}
		metric.pb.go#L574: func (x *TextLocator) String() string {
		metric.pb.go#L578: func (*TextLocator) ProtoMessage() {}
		metric.pb.go#L580: func (x *TextLocator) ProtoReflect() protoreflect.Message {
		metric.pb.go#L593: func (*TextLocator) Descriptor() ([]byte, []int) {
		metric.pb.go#L597: func (x *TextLocator) GetSource() string {
		metric.pb.go#L604: func (x *TextLocator) GetStartPosition() *TextLocator_Position {
		metric.pb.go#L611: func (x *TextLocator) GetEndPosition() *TextLocator_Position {
		metric.pb.go#L618: func (x *TextLocator) GetNestedLocator() *TextLocator {
		metric.pb.go#L625: func (x *TextLocator) GetNestingReason() string {
		metric.pb.go#L985: 	(*TextLocator)(nil),                            // 6: google.monitoring.v3.TextLocator
		metric.pb.go#L1106: 			switch v := v.(*TextLocator); i {