Package com.google.cloud.datastream.v1
Class DatastreamGrpc.DatastreamImplBase
- java.lang.Object
-
- com.google.cloud.datastream.v1.DatastreamGrpc.DatastreamImplBase
-
- All Implemented Interfaces:
DatastreamGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DatastreamGrpc
public abstract static class DatastreamGrpc.DatastreamImplBase extends Object implements io.grpc.BindableService, DatastreamGrpc.AsyncService
Base class for the server implementation of the service Datastream.Datastream service
-
-
Constructor Summary
Constructors Constructor Description DatastreamImplBase()
-
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.cloud.datastream.v1.DatastreamGrpc.AsyncService
createConnectionProfile, createPrivateConnection, createRoute, createStream, deleteConnectionProfile, deletePrivateConnection, deleteRoute, deleteStream, discoverConnectionProfile, fetchStaticIps, getConnectionProfile, getPrivateConnection, getRoute, getStream, getStreamObject, listConnectionProfiles, listPrivateConnections, listRoutes, listStreamObjects, listStreams, lookupStreamObject, startBackfillJob, stopBackfillJob, updateConnectionProfile, updateStream
-
-