type google.golang.org/genproto/googleapis/logging/v2.LogEntrySourceLocation

15 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#L298: func (x *LogEntry) GetSourceLocation() *LogEntrySourceLocation {
		log_entry.pb.go#L420: type LogEntrySourceLocation struct {
		log_entry.pb.go#L440: func (x *LogEntrySourceLocation) Reset() {
		log_entry.pb.go#L441: 	*x = LogEntrySourceLocation{}
		log_entry.pb.go#L449: func (x *LogEntrySourceLocation) String() string {
		log_entry.pb.go#L453: func (*LogEntrySourceLocation) ProtoMessage() {}
		log_entry.pb.go#L455: func (x *LogEntrySourceLocation) ProtoReflect() protoreflect.Message {
		log_entry.pb.go#L468: func (*LogEntrySourceLocation) Descriptor() ([]byte, []int) {
		log_entry.pb.go#L472: func (x *LogEntrySourceLocation) GetFile() string {
		log_entry.pb.go#L479: func (x *LogEntrySourceLocation) GetLine() int64 {
		log_entry.pb.go#L486: func (x *LogEntrySourceLocation) GetFunction() string {
		log_entry.pb.go#L638: 	(*LogEntrySourceLocation)(nil),         // 2: google.logging.v2.LogEntrySourceLocation
		log_entry.pb.go#L696: 			switch v := v.(*LogEntrySourceLocation); i {

	cloud.google.com/go/logging
		logging.go#L616: 	SourceLocation *logpb.LogEntrySourceLocation