Package com.google.logging.v2
Class LoggingServiceV2Grpc.LoggingServiceV2ImplBase
- java.lang.Object
-
- com.google.logging.v2.LoggingServiceV2Grpc.LoggingServiceV2ImplBase
-
- All Implemented Interfaces:
LoggingServiceV2Grpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- LoggingServiceV2Grpc
public abstract static class LoggingServiceV2Grpc.LoggingServiceV2ImplBase extends Object implements io.grpc.BindableService, LoggingServiceV2Grpc.AsyncService
Base class for the server implementation of the service LoggingServiceV2.Service for ingesting and querying logs.
-
-
Constructor Summary
Constructors Constructor Description LoggingServiceV2ImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.logging.v2.LoggingServiceV2Grpc.AsyncService
deleteLog, listLogEntries, listLogs, listMonitoredResourceDescriptors, tailLogEntries, writeLogEntries
-
-