type google.golang.org/genproto/googleapis/monitoring/v3.TimeInterval
26 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
common.pb.go#L700: type TimeInterval struct {
common.pb.go#L713: func (x *TimeInterval) Reset() {
common.pb.go#L714: *x = TimeInterval{}
common.pb.go#L722: func (x *TimeInterval) String() string {
common.pb.go#L726: func (*TimeInterval) ProtoMessage() {}
common.pb.go#L728: func (x *TimeInterval) ProtoReflect() protoreflect.Message {
common.pb.go#L741: func (*TimeInterval) Descriptor() ([]byte, []int) {
common.pb.go#L745: func (x *TimeInterval) GetEndTime() *timestamppb.Timestamp {
common.pb.go#L752: func (x *TimeInterval) GetStartTime() *timestamppb.Timestamp {
common.pb.go#L1061: (*TimeInterval)(nil), // 5: google.monitoring.v3.TimeInterval
common.pb.go#L1100: switch v := v.(*TimeInterval); i {
group_service.pb.go#L533: Interval *TimeInterval `protobuf:"bytes,6,opt,name=interval,proto3" json:"interval,omitempty"`
group_service.pb.go#L596: func (x *ListGroupMembersRequest) GetInterval() *TimeInterval {
group_service.pb.go#L887: (*TimeInterval)(nil), // 9: google.monitoring.v3.TimeInterval
metric.pb.go#L63: Interval *TimeInterval `protobuf:"bytes,1,opt,name=interval,proto3" json:"interval,omitempty"`
metric.pb.go#L100: func (x *Point) GetInterval() *TimeInterval {
metric.pb.go#L710: TimeInterval *TimeInterval `protobuf:"bytes,2,opt,name=time_interval,json=timeInterval,proto3" json:"time_interval,omitempty"`
metric.pb.go#L752: func (x *TimeSeriesData_PointData) GetTimeInterval() *TimeInterval {
metric.pb.go#L989: (*TimeInterval)(nil), // 10: google.monitoring.v3.TimeInterval
metric_service.pb.go#L642: Interval *TimeInterval `protobuf:"bytes,4,opt,name=interval,proto3" json:"interval,omitempty"`
metric_service.pb.go#L712: func (x *ListTimeSeriesRequest) GetInterval() *TimeInterval {
metric_service.pb.go#L1715: (*TimeInterval)(nil), // 20: google.monitoring.v3.TimeInterval
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L398: Interval: &monitoringpb.TimeInterval{
metrics_proto.go#L448: Interval: &monitoringpb.TimeInterval{
stats.go#L458: Interval: &monitoringpb.TimeInterval{
stats.go#L478: Interval: &monitoringpb.TimeInterval{
 |
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. |