type google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.SourceLocation

14 uses

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
		common.pb.go#L349: 	ReportLocation *SourceLocation `protobuf:"bytes,3,opt,name=report_location,json=reportLocation,proto3" json:"report_location,omitempty"`
		common.pb.go#L398: func (x *ErrorContext) GetReportLocation() *SourceLocation {
		common.pb.go#L509: type SourceLocation struct {
		common.pb.go#L525: func (x *SourceLocation) Reset() {
		common.pb.go#L526: 	*x = SourceLocation{}
		common.pb.go#L534: func (x *SourceLocation) String() string {
		common.pb.go#L538: func (*SourceLocation) ProtoMessage() {}
		common.pb.go#L540: func (x *SourceLocation) ProtoReflect() protoreflect.Message {
		common.pb.go#L553: func (*SourceLocation) Descriptor() ([]byte, []int) {
		common.pb.go#L557: func (x *SourceLocation) GetFilePath() string {
		common.pb.go#L564: func (x *SourceLocation) GetLineNumber() int32 {
		common.pb.go#L571: func (x *SourceLocation) GetFunctionName() string {
		common.pb.go#L711: 	(*SourceLocation)(nil),        // 6: google.devtools.clouderrorreporting.v1beta1.SourceLocation
		common.pb.go#L807: 			switch v := v.(*SourceLocation); i {