Package com.google.logging.v2
Class ConfigServiceV2Grpc.ConfigServiceV2ImplBase
- java.lang.Object
-
- com.google.logging.v2.ConfigServiceV2Grpc.ConfigServiceV2ImplBase
-
- All Implemented Interfaces:
ConfigServiceV2Grpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ConfigServiceV2Grpc
public abstract static class ConfigServiceV2Grpc.ConfigServiceV2ImplBase extends Object implements io.grpc.BindableService, ConfigServiceV2Grpc.AsyncService
Base class for the server implementation of the service ConfigServiceV2.Service for configuring sinks used to route log entries.
-
-
Constructor Summary
Constructors Constructor Description ConfigServiceV2ImplBase()
-
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.ConfigServiceV2Grpc.AsyncService
copyLogEntries, createBucket, createBucketAsync, createExclusion, createLink, createSink, createView, deleteBucket, deleteExclusion, deleteLink, deleteSink, deleteView, getBucket, getCmekSettings, getExclusion, getLink, getSettings, getSink, getView, listBuckets, listExclusions, listLinks, listSinks, listViews, undeleteBucket, updateBucket, updateBucketAsync, updateCmekSettings, updateExclusion, updateSettings, updateSink, updateView
-
-