google.golang.org/genproto/googleapis/logging/v2.LogEntry.SourceLocation (field)

3 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		log_entry.pb.go#L151: 	SourceLocation *LogEntrySourceLocation `protobuf:"bytes,23,opt,name=source_location,json=sourceLocation,proto3" json:"source_location,omitempty"`
		log_entry.pb.go#L300: 		return x.SourceLocation

	cloud.google.com/go/logging
		logging.go#L907: 		SourceLocation: e.SourceLocation,