type google.golang.org/genproto/googleapis/monitoring/v3.Aggregation
23 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
alert.pb.go#L611: Aggregations []*Aggregation `protobuf:"bytes,8,rep,name=aggregations,proto3" json:"aggregations,omitempty"`
alert.pb.go#L632: DenominatorAggregations []*Aggregation `protobuf:"bytes,10,rep,name=denominator_aggregations,json=denominatorAggregations,proto3" json:"denominator_aggregations,omitempty"`
alert.pb.go#L701: func (x *AlertPolicy_Condition_MetricThreshold) GetAggregations() []*Aggregation {
alert.pb.go#L715: func (x *AlertPolicy_Condition_MetricThreshold) GetDenominatorAggregations() []*Aggregation {
alert.pb.go#L782: Aggregations []*Aggregation `protobuf:"bytes,5,rep,name=aggregations,proto3" json:"aggregations,omitempty"`
alert.pb.go#L836: func (x *AlertPolicy_Condition_MetricAbsence) GetAggregations() []*Aggregation {
alert.pb.go#L1077: (*Aggregation)(nil), // 11: google.monitoring.v3.Aggregation
common.pb.go#L785: type Aggregation struct {
common.pb.go#L850: func (x *Aggregation) Reset() {
common.pb.go#L851: *x = Aggregation{}
common.pb.go#L859: func (x *Aggregation) String() string {
common.pb.go#L863: func (*Aggregation) ProtoMessage() {}
common.pb.go#L865: func (x *Aggregation) ProtoReflect() protoreflect.Message {
common.pb.go#L878: func (*Aggregation) Descriptor() ([]byte, []int) {
common.pb.go#L882: func (x *Aggregation) GetAlignmentPeriod() *durationpb.Duration {
common.pb.go#L889: func (x *Aggregation) GetPerSeriesAligner() Aggregation_Aligner {
common.pb.go#L896: func (x *Aggregation) GetCrossSeriesReducer() Aggregation_Reducer {
common.pb.go#L903: func (x *Aggregation) GetGroupByFields() []string {
common.pb.go#L1062: (*Aggregation)(nil), // 6: google.monitoring.v3.Aggregation
common.pb.go#L1112: switch v := v.(*Aggregation); i {
metric_service.pb.go#L648: Aggregation *Aggregation `protobuf:"bytes,5,opt,name=aggregation,proto3" json:"aggregation,omitempty"`
metric_service.pb.go#L719: func (x *ListTimeSeriesRequest) GetAggregation() *Aggregation {
metric_service.pb.go#L1716: (*Aggregation)(nil), // 21: google.monitoring.v3.Aggregation
 |
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. |