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

16 uses

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
		report_errors_service.pb.go#L63: 	Event *ReportedErrorEvent `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
		report_errors_service.pb.go#L105: func (x *ReportErrorEventRequest) GetEvent() *ReportedErrorEvent {
		report_errors_service.pb.go#L153: type ReportedErrorEvent struct {
		report_errors_service.pb.go#L193: func (x *ReportedErrorEvent) Reset() {
		report_errors_service.pb.go#L194: 	*x = ReportedErrorEvent{}
		report_errors_service.pb.go#L202: func (x *ReportedErrorEvent) String() string {
		report_errors_service.pb.go#L206: func (*ReportedErrorEvent) ProtoMessage() {}
		report_errors_service.pb.go#L208: func (x *ReportedErrorEvent) ProtoReflect() protoreflect.Message {
		report_errors_service.pb.go#L221: func (*ReportedErrorEvent) Descriptor() ([]byte, []int) {
		report_errors_service.pb.go#L225: func (x *ReportedErrorEvent) GetEventTime() *timestamppb.Timestamp {
		report_errors_service.pb.go#L232: func (x *ReportedErrorEvent) GetServiceContext() *ServiceContext {
		report_errors_service.pb.go#L239: func (x *ReportedErrorEvent) GetMessage() string {
		report_errors_service.pb.go#L246: func (x *ReportedErrorEvent) GetContext() *ErrorContext {
		report_errors_service.pb.go#L371: 	(*ReportedErrorEvent)(nil),       // 2: google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent
		report_errors_service.pb.go#L422: 			switch v := v.(*ReportedErrorEvent); i {

	cloud.google.com/go/errorreporting
		errors.go#L202: 		Event: &pb.ReportedErrorEvent{