type google.golang.org/genproto/googleapis/monitoring/v3.Aggregation_Reducer
26 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
common.pb.go#L403: type Aggregation_Reducer int32
common.pb.go#L408: Aggregation_REDUCE_NONE Aggregation_Reducer = 0
common.pb.go#L415: Aggregation_REDUCE_MEAN Aggregation_Reducer = 1
common.pb.go#L420: Aggregation_REDUCE_MIN Aggregation_Reducer = 2
common.pb.go#L425: Aggregation_REDUCE_MAX Aggregation_Reducer = 3
common.pb.go#L430: Aggregation_REDUCE_SUM Aggregation_Reducer = 4
common.pb.go#L435: Aggregation_REDUCE_STDDEV Aggregation_Reducer = 5
common.pb.go#L440: Aggregation_REDUCE_COUNT Aggregation_Reducer = 6
common.pb.go#L445: Aggregation_REDUCE_COUNT_TRUE Aggregation_Reducer = 7
common.pb.go#L450: Aggregation_REDUCE_COUNT_FALSE Aggregation_Reducer = 15
common.pb.go#L456: Aggregation_REDUCE_FRACTION_TRUE Aggregation_Reducer = 8
common.pb.go#L462: Aggregation_REDUCE_PERCENTILE_99 Aggregation_Reducer = 9
common.pb.go#L468: Aggregation_REDUCE_PERCENTILE_95 Aggregation_Reducer = 10
common.pb.go#L474: Aggregation_REDUCE_PERCENTILE_50 Aggregation_Reducer = 11
common.pb.go#L480: Aggregation_REDUCE_PERCENTILE_05 Aggregation_Reducer = 12
common.pb.go#L519: func (x Aggregation_Reducer) Enum() *Aggregation_Reducer {
common.pb.go#L520: p := new(Aggregation_Reducer)
common.pb.go#L525: func (x Aggregation_Reducer) String() string {
common.pb.go#L529: func (Aggregation_Reducer) Descriptor() protoreflect.EnumDescriptor {
common.pb.go#L533: func (Aggregation_Reducer) Type() protoreflect.EnumType {
common.pb.go#L537: func (x Aggregation_Reducer) Number() protoreflect.EnumNumber {
common.pb.go#L542: func (Aggregation_Reducer) EnumDescriptor() ([]byte, []int) {
common.pb.go#L832: CrossSeriesReducer Aggregation_Reducer `protobuf:"varint,4,opt,name=cross_series_reducer,json=crossSeriesReducer,proto3,enum=google.monitoring.v3.Aggregation_Reducer" json:"cross_series_reducer,omitempty"`
common.pb.go#L896: func (x *Aggregation) GetCrossSeriesReducer() Aggregation_Reducer {
common.pb.go#L1059: (Aggregation_Reducer)(0), // 3: google.monitoring.v3.Aggregation.Reducer
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |