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

14 uses

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
		error_stats_service.pb.go#L500: 	TimedCounts []*TimedCount `protobuf:"bytes,4,rep,name=timed_counts,json=timedCounts,proto3" json:"timed_counts,omitempty"`
		error_stats_service.pb.go#L577: func (x *ErrorGroupStats) GetTimedCounts() []*TimedCount {
		error_stats_service.pb.go#L622: type TimedCount struct {
		error_stats_service.pb.go#L635: func (x *TimedCount) Reset() {
		error_stats_service.pb.go#L636: 	*x = TimedCount{}
		error_stats_service.pb.go#L644: func (x *TimedCount) String() string {
		error_stats_service.pb.go#L648: func (*TimedCount) ProtoMessage() {}
		error_stats_service.pb.go#L650: func (x *TimedCount) ProtoReflect() protoreflect.Message {
		error_stats_service.pb.go#L663: func (*TimedCount) Descriptor() ([]byte, []int) {
		error_stats_service.pb.go#L667: func (x *TimedCount) GetCount() int64 {
		error_stats_service.pb.go#L674: func (x *TimedCount) GetStartTime() *timestamppb.Timestamp {
		error_stats_service.pb.go#L681: func (x *TimedCount) GetEndTime() *timestamppb.Timestamp {
		error_stats_service.pb.go#L1391: 	(*TimedCount)(nil),             // 6: google.devtools.clouderrorreporting.v1beta1.TimedCount
		error_stats_service.pb.go#L1483: 			switch v := v.(*TimedCount); i {