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

20 uses

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
		common.pb.go#L179: 	Context *ErrorContext `protobuf:"bytes,5,opt,name=context,proto3" json:"context,omitempty"`
		common.pb.go#L235: func (x *ErrorEvent) GetContext() *ErrorContext {
		common.pb.go#L327: type ErrorContext struct {
		common.pb.go#L352: func (x *ErrorContext) Reset() {
		common.pb.go#L353: 	*x = ErrorContext{}
		common.pb.go#L361: func (x *ErrorContext) String() string {
		common.pb.go#L365: func (*ErrorContext) ProtoMessage() {}
		common.pb.go#L367: func (x *ErrorContext) ProtoReflect() protoreflect.Message {
		common.pb.go#L380: func (*ErrorContext) Descriptor() ([]byte, []int) {
		common.pb.go#L384: func (x *ErrorContext) GetHttpRequest() *HttpRequestContext {
		common.pb.go#L391: func (x *ErrorContext) GetUser() string {
		common.pb.go#L398: func (x *ErrorContext) GetReportLocation() *SourceLocation {
		common.pb.go#L709: 	(*ErrorContext)(nil),          // 4: google.devtools.clouderrorreporting.v1beta1.ErrorContext
		common.pb.go#L783: 			switch v := v.(*ErrorContext); i {
		report_errors_service.pb.go#L190: 	Context *ErrorContext `protobuf:"bytes,4,opt,name=context,proto3" json:"context,omitempty"`
		report_errors_service.pb.go#L246: func (x *ReportedErrorEvent) GetContext() *ErrorContext {
		report_errors_service.pb.go#L374: 	(*ErrorContext)(nil),             // 5: google.devtools.clouderrorreporting.v1beta1.ErrorContext

	cloud.google.com/go/errorreporting
		errors.go#L182: 	var errorContext *pb.ErrorContext
		errors.go#L184: 		errorContext = &pb.ErrorContext{
		errors.go#L196: 			errorContext = &pb.ErrorContext{}