type google.golang.org/genproto/googleapis/logging/v2.LoggingServiceV2Server
13 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging.pb.go#L1329: type LoggingServiceV2Server interface {
logging.pb.go#L1375: func RegisterLoggingServiceV2Server(s *grpc.Server, srv LoggingServiceV2Server) {
logging.pb.go#L1385: return srv.(LoggingServiceV2Server).DeleteLog(ctx, in)
logging.pb.go#L1392: return srv.(LoggingServiceV2Server).DeleteLog(ctx, req.(*DeleteLogRequest))
logging.pb.go#L1403: return srv.(LoggingServiceV2Server).WriteLogEntries(ctx, in)
logging.pb.go#L1410: return srv.(LoggingServiceV2Server).WriteLogEntries(ctx, req.(*WriteLogEntriesRequest))
logging.pb.go#L1421: return srv.(LoggingServiceV2Server).ListLogEntries(ctx, in)
logging.pb.go#L1428: return srv.(LoggingServiceV2Server).ListLogEntries(ctx, req.(*ListLogEntriesRequest))
logging.pb.go#L1439: return srv.(LoggingServiceV2Server).ListMonitoredResourceDescriptors(ctx, in)
logging.pb.go#L1446: return srv.(LoggingServiceV2Server).ListMonitoredResourceDescriptors(ctx, req.(*ListMonitoredResourceDescriptorsRequest))
logging.pb.go#L1457: return srv.(LoggingServiceV2Server).ListLogs(ctx, in)
logging.pb.go#L1464: return srv.(LoggingServiceV2Server).ListLogs(ctx, req.(*ListLogsRequest))
logging.pb.go#L1471: HandlerType: (*LoggingServiceV2Server)(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. |