type google.golang.org/genproto/googleapis/monitoring/v3.NotificationChannelServiceServer
23 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
notification_service.pb.go#L1637: type NotificationChannelServiceServer interface {
notification_service.pb.go#L1726: func RegisterNotificationChannelServiceServer(s *grpc.Server, srv NotificationChannelServiceServer) {
notification_service.pb.go#L1736: return srv.(NotificationChannelServiceServer).ListNotificationChannelDescriptors(ctx, in)
notification_service.pb.go#L1743: return srv.(NotificationChannelServiceServer).ListNotificationChannelDescriptors(ctx, req.(*ListNotificationChannelDescriptorsRequest))
notification_service.pb.go#L1754: return srv.(NotificationChannelServiceServer).GetNotificationChannelDescriptor(ctx, in)
notification_service.pb.go#L1761: return srv.(NotificationChannelServiceServer).GetNotificationChannelDescriptor(ctx, req.(*GetNotificationChannelDescriptorRequest))
notification_service.pb.go#L1772: return srv.(NotificationChannelServiceServer).ListNotificationChannels(ctx, in)
notification_service.pb.go#L1779: return srv.(NotificationChannelServiceServer).ListNotificationChannels(ctx, req.(*ListNotificationChannelsRequest))
notification_service.pb.go#L1790: return srv.(NotificationChannelServiceServer).GetNotificationChannel(ctx, in)
notification_service.pb.go#L1797: return srv.(NotificationChannelServiceServer).GetNotificationChannel(ctx, req.(*GetNotificationChannelRequest))
notification_service.pb.go#L1808: return srv.(NotificationChannelServiceServer).CreateNotificationChannel(ctx, in)
notification_service.pb.go#L1815: return srv.(NotificationChannelServiceServer).CreateNotificationChannel(ctx, req.(*CreateNotificationChannelRequest))
notification_service.pb.go#L1826: return srv.(NotificationChannelServiceServer).UpdateNotificationChannel(ctx, in)
notification_service.pb.go#L1833: return srv.(NotificationChannelServiceServer).UpdateNotificationChannel(ctx, req.(*UpdateNotificationChannelRequest))
notification_service.pb.go#L1844: return srv.(NotificationChannelServiceServer).DeleteNotificationChannel(ctx, in)
notification_service.pb.go#L1851: return srv.(NotificationChannelServiceServer).DeleteNotificationChannel(ctx, req.(*DeleteNotificationChannelRequest))
notification_service.pb.go#L1862: return srv.(NotificationChannelServiceServer).SendNotificationChannelVerificationCode(ctx, in)
notification_service.pb.go#L1869: return srv.(NotificationChannelServiceServer).SendNotificationChannelVerificationCode(ctx, req.(*SendNotificationChannelVerificationCodeRequest))
notification_service.pb.go#L1880: return srv.(NotificationChannelServiceServer).GetNotificationChannelVerificationCode(ctx, in)
notification_service.pb.go#L1887: return srv.(NotificationChannelServiceServer).GetNotificationChannelVerificationCode(ctx, req.(*GetNotificationChannelVerificationCodeRequest))
notification_service.pb.go#L1898: return srv.(NotificationChannelServiceServer).VerifyNotificationChannel(ctx, in)
notification_service.pb.go#L1905: return srv.(NotificationChannelServiceServer).VerifyNotificationChannel(ctx, req.(*VerifyNotificationChannelRequest))
notification_service.pb.go#L1912: HandlerType: (*NotificationChannelServiceServer)(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. |