type google.golang.org/genproto/googleapis/monitoring/v3.ServiceMonitoringServiceServer
23 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
service_service.pb.go#L1504: type ServiceMonitoringServiceServer interface {
service_service.pb.go#L1562: func RegisterServiceMonitoringServiceServer(s *grpc.Server, srv ServiceMonitoringServiceServer) {
service_service.pb.go#L1572: return srv.(ServiceMonitoringServiceServer).CreateService(ctx, in)
service_service.pb.go#L1579: return srv.(ServiceMonitoringServiceServer).CreateService(ctx, req.(*CreateServiceRequest))
service_service.pb.go#L1590: return srv.(ServiceMonitoringServiceServer).GetService(ctx, in)
service_service.pb.go#L1597: return srv.(ServiceMonitoringServiceServer).GetService(ctx, req.(*GetServiceRequest))
service_service.pb.go#L1608: return srv.(ServiceMonitoringServiceServer).ListServices(ctx, in)
service_service.pb.go#L1615: return srv.(ServiceMonitoringServiceServer).ListServices(ctx, req.(*ListServicesRequest))
service_service.pb.go#L1626: return srv.(ServiceMonitoringServiceServer).UpdateService(ctx, in)
service_service.pb.go#L1633: return srv.(ServiceMonitoringServiceServer).UpdateService(ctx, req.(*UpdateServiceRequest))
service_service.pb.go#L1644: return srv.(ServiceMonitoringServiceServer).DeleteService(ctx, in)
service_service.pb.go#L1651: return srv.(ServiceMonitoringServiceServer).DeleteService(ctx, req.(*DeleteServiceRequest))
service_service.pb.go#L1662: return srv.(ServiceMonitoringServiceServer).CreateServiceLevelObjective(ctx, in)
service_service.pb.go#L1669: return srv.(ServiceMonitoringServiceServer).CreateServiceLevelObjective(ctx, req.(*CreateServiceLevelObjectiveRequest))
service_service.pb.go#L1680: return srv.(ServiceMonitoringServiceServer).GetServiceLevelObjective(ctx, in)
service_service.pb.go#L1687: return srv.(ServiceMonitoringServiceServer).GetServiceLevelObjective(ctx, req.(*GetServiceLevelObjectiveRequest))
service_service.pb.go#L1698: return srv.(ServiceMonitoringServiceServer).ListServiceLevelObjectives(ctx, in)
service_service.pb.go#L1705: return srv.(ServiceMonitoringServiceServer).ListServiceLevelObjectives(ctx, req.(*ListServiceLevelObjectivesRequest))
service_service.pb.go#L1716: return srv.(ServiceMonitoringServiceServer).UpdateServiceLevelObjective(ctx, in)
service_service.pb.go#L1723: return srv.(ServiceMonitoringServiceServer).UpdateServiceLevelObjective(ctx, req.(*UpdateServiceLevelObjectiveRequest))
service_service.pb.go#L1734: return srv.(ServiceMonitoringServiceServer).DeleteServiceLevelObjective(ctx, in)
service_service.pb.go#L1741: return srv.(ServiceMonitoringServiceServer).DeleteServiceLevelObjective(ctx, req.(*DeleteServiceLevelObjectiveRequest))
service_service.pb.go#L1748: HandlerType: (*ServiceMonitoringServiceServer)(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. |