type google.golang.org/genproto/googleapis/monitoring/v3.AlertPolicyServiceServer
13 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
alert_service.pb.go#L852: type AlertPolicyServiceServer interface {
alert_service.pb.go#L888: func RegisterAlertPolicyServiceServer(s *grpc.Server, srv AlertPolicyServiceServer) {
alert_service.pb.go#L898: return srv.(AlertPolicyServiceServer).ListAlertPolicies(ctx, in)
alert_service.pb.go#L905: return srv.(AlertPolicyServiceServer).ListAlertPolicies(ctx, req.(*ListAlertPoliciesRequest))
alert_service.pb.go#L916: return srv.(AlertPolicyServiceServer).GetAlertPolicy(ctx, in)
alert_service.pb.go#L923: return srv.(AlertPolicyServiceServer).GetAlertPolicy(ctx, req.(*GetAlertPolicyRequest))
alert_service.pb.go#L934: return srv.(AlertPolicyServiceServer).CreateAlertPolicy(ctx, in)
alert_service.pb.go#L941: return srv.(AlertPolicyServiceServer).CreateAlertPolicy(ctx, req.(*CreateAlertPolicyRequest))
alert_service.pb.go#L952: return srv.(AlertPolicyServiceServer).DeleteAlertPolicy(ctx, in)
alert_service.pb.go#L959: return srv.(AlertPolicyServiceServer).DeleteAlertPolicy(ctx, req.(*DeleteAlertPolicyRequest))
alert_service.pb.go#L970: return srv.(AlertPolicyServiceServer).UpdateAlertPolicy(ctx, in)
alert_service.pb.go#L977: return srv.(AlertPolicyServiceServer).UpdateAlertPolicy(ctx, req.(*UpdateAlertPolicyRequest))
alert_service.pb.go#L984: HandlerType: (*AlertPolicyServiceServer)(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. |