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

23 uses

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
		common.pb.go#L165: type ErrorEvent struct {
		common.pb.go#L182: func (x *ErrorEvent) Reset() {
		common.pb.go#L183: 	*x = ErrorEvent{}
		common.pb.go#L191: func (x *ErrorEvent) String() string {
		common.pb.go#L195: func (*ErrorEvent) ProtoMessage() {}
		common.pb.go#L197: func (x *ErrorEvent) ProtoReflect() protoreflect.Message {
		common.pb.go#L210: func (*ErrorEvent) Descriptor() ([]byte, []int) {
		common.pb.go#L214: func (x *ErrorEvent) GetEventTime() *timestamppb.Timestamp {
		common.pb.go#L221: func (x *ErrorEvent) GetServiceContext() *ServiceContext {
		common.pb.go#L228: func (x *ErrorEvent) GetMessage() string {
		common.pb.go#L235: func (x *ErrorEvent) GetContext() *ErrorContext {
		common.pb.go#L707: 	(*ErrorEvent)(nil),            // 2: google.devtools.clouderrorreporting.v1beta1.ErrorEvent
		common.pb.go#L759: 			switch v := v.(*ErrorEvent); i {
		error_stats_service.pb.go#L521: 	Representative *ErrorEvent `protobuf:"bytes,9,opt,name=representative,proto3" json:"representative,omitempty"`
		error_stats_service.pb.go#L612: func (x *ErrorGroupStats) GetRepresentative() *ErrorEvent {
		error_stats_service.pb.go#L797: 	ErrorEvents []*ErrorEvent `protobuf:"bytes,1,rep,name=error_events,json=errorEvents,proto3" json:"error_events,omitempty"`
		error_stats_service.pb.go#L838: func (x *ListEventsResponse) GetErrorEvents() []*ErrorEvent {
		error_stats_service.pb.go#L1402: 	(*ErrorEvent)(nil),             // 17: google.devtools.clouderrorreporting.v1beta1.ErrorEvent

	cloud.google.com/go/errorreporting/apiv1beta1
		error_stats_client.go#L223: 	it.InternalFetch = func(pageSize int, pageToken string) ([]*clouderrorreportingpb.ErrorEvent, string, error) {
		error_stats_client.go#L281: 	items    []*clouderrorreportingpb.ErrorEvent
		error_stats_client.go#L296: 	InternalFetch func(pageSize int, pageToken string) (results []*clouderrorreportingpb.ErrorEvent, nextPageToken string, err error)
		error_stats_client.go#L306: func (it *ErrorEventIterator) Next() (*clouderrorreportingpb.ErrorEvent, error) {
		error_stats_client.go#L307: 	var item *clouderrorreportingpb.ErrorEvent