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

25 uses

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
		error_stats_service.pb.go#L404: 	ErrorGroupStats []*ErrorGroupStats `protobuf:"bytes,1,rep,name=error_group_stats,json=errorGroupStats,proto3" json:"error_group_stats,omitempty"`
		error_stats_service.pb.go#L448: func (x *ListGroupStatsResponse) GetErrorGroupStats() []*ErrorGroupStats {
		error_stats_service.pb.go#L471: type ErrorGroupStats struct {
		error_stats_service.pb.go#L524: func (x *ErrorGroupStats) Reset() {
		error_stats_service.pb.go#L525: 	*x = ErrorGroupStats{}
		error_stats_service.pb.go#L533: func (x *ErrorGroupStats) String() string {
		error_stats_service.pb.go#L537: func (*ErrorGroupStats) ProtoMessage() {}
		error_stats_service.pb.go#L539: func (x *ErrorGroupStats) ProtoReflect() protoreflect.Message {
		error_stats_service.pb.go#L552: func (*ErrorGroupStats) Descriptor() ([]byte, []int) {
		error_stats_service.pb.go#L556: func (x *ErrorGroupStats) GetGroup() *ErrorGroup {
		error_stats_service.pb.go#L563: func (x *ErrorGroupStats) GetCount() int64 {
		error_stats_service.pb.go#L570: func (x *ErrorGroupStats) GetAffectedUsersCount() int64 {
		error_stats_service.pb.go#L577: func (x *ErrorGroupStats) GetTimedCounts() []*TimedCount {
		error_stats_service.pb.go#L584: func (x *ErrorGroupStats) GetFirstSeenTime() *timestamppb.Timestamp {
		error_stats_service.pb.go#L591: func (x *ErrorGroupStats) GetLastSeenTime() *timestamppb.Timestamp {
		error_stats_service.pb.go#L598: func (x *ErrorGroupStats) GetAffectedServices() []*ServiceContext {
		error_stats_service.pb.go#L605: func (x *ErrorGroupStats) GetNumAffectedServices() int32 {
		error_stats_service.pb.go#L612: func (x *ErrorGroupStats) GetRepresentative() *ErrorEvent {
		error_stats_service.pb.go#L1390: 	(*ErrorGroupStats)(nil),        // 5: google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats
		error_stats_service.pb.go#L1471: 			switch v := v.(*ErrorGroupStats); i {

	cloud.google.com/go/errorreporting/apiv1beta1
		error_stats_client.go#L182: 	it.InternalFetch = func(pageSize int, pageToken string) ([]*clouderrorreportingpb.ErrorGroupStats, string, error) {
		error_stats_client.go#L328: 	items    []*clouderrorreportingpb.ErrorGroupStats
		error_stats_client.go#L343: 	InternalFetch func(pageSize int, pageToken string) (results []*clouderrorreportingpb.ErrorGroupStats, nextPageToken string, err error)
		error_stats_client.go#L353: func (it *ErrorGroupStatsIterator) Next() (*clouderrorreportingpb.ErrorGroupStats, error) {
		error_stats_client.go#L354: 	var item *clouderrorreportingpb.ErrorGroupStats