type google.golang.org/genproto/googleapis/logging/v2.MetricsServiceV2Server
13 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_metrics.pb.go#L1135: type MetricsServiceV2Server interface {
logging_metrics.pb.go#L1168: func RegisterMetricsServiceV2Server(s *grpc.Server, srv MetricsServiceV2Server) {
logging_metrics.pb.go#L1178: return srv.(MetricsServiceV2Server).ListLogMetrics(ctx, in)
logging_metrics.pb.go#L1185: return srv.(MetricsServiceV2Server).ListLogMetrics(ctx, req.(*ListLogMetricsRequest))
logging_metrics.pb.go#L1196: return srv.(MetricsServiceV2Server).GetLogMetric(ctx, in)
logging_metrics.pb.go#L1203: return srv.(MetricsServiceV2Server).GetLogMetric(ctx, req.(*GetLogMetricRequest))
logging_metrics.pb.go#L1214: return srv.(MetricsServiceV2Server).CreateLogMetric(ctx, in)
logging_metrics.pb.go#L1221: return srv.(MetricsServiceV2Server).CreateLogMetric(ctx, req.(*CreateLogMetricRequest))
logging_metrics.pb.go#L1232: return srv.(MetricsServiceV2Server).UpdateLogMetric(ctx, in)
logging_metrics.pb.go#L1239: return srv.(MetricsServiceV2Server).UpdateLogMetric(ctx, req.(*UpdateLogMetricRequest))
logging_metrics.pb.go#L1250: return srv.(MetricsServiceV2Server).DeleteLogMetric(ctx, in)
logging_metrics.pb.go#L1257: return srv.(MetricsServiceV2Server).DeleteLogMetric(ctx, req.(*DeleteLogMetricRequest))
logging_metrics.pb.go#L1264: HandlerType: (*MetricsServiceV2Server)(nil),
 |
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. |