type google.golang.org/genproto/googleapis/monitoring/v3.TimeSeriesData_PointData
13 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
metric.pb.go#L306: PointData []*TimeSeriesData_PointData `protobuf:"bytes,2,rep,name=point_data,json=pointData,proto3" json:"point_data,omitempty"`
metric.pb.go#L348: func (x *TimeSeriesData) GetPointData() []*TimeSeriesData_PointData {
metric.pb.go#L702: type TimeSeriesData_PointData struct {
metric.pb.go#L713: func (x *TimeSeriesData_PointData) Reset() {
metric.pb.go#L714: *x = TimeSeriesData_PointData{}
metric.pb.go#L722: func (x *TimeSeriesData_PointData) String() string {
metric.pb.go#L726: func (*TimeSeriesData_PointData) ProtoMessage() {}
metric.pb.go#L728: func (x *TimeSeriesData_PointData) ProtoReflect() protoreflect.Message {
metric.pb.go#L741: func (*TimeSeriesData_PointData) Descriptor() ([]byte, []int) {
metric.pb.go#L745: func (x *TimeSeriesData_PointData) GetValues() []*TypedValue {
metric.pb.go#L752: func (x *TimeSeriesData_PointData) GetTimeInterval() *TimeInterval {
metric.pb.go#L987: (*TimeSeriesData_PointData)(nil), // 8: google.monitoring.v3.TimeSeriesData.PointData
metric.pb.go#L1130: switch v := v.(*TimeSeriesData_PointData); i {
![]() |
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. |