Package com.google.devtools.build.v1
Class PublishBuildEventGrpc.PublishBuildEventImplBase
java.lang.Object
com.google.devtools.build.v1.PublishBuildEventGrpc.PublishBuildEventImplBase
- All Implemented Interfaces:
PublishBuildEventGrpc.AsyncService,BindableService
- Enclosing class:
- PublishBuildEventGrpc
public abstract static class PublishBuildEventGrpc.PublishBuildEventImplBase
extends Object
implements BindableService, PublishBuildEventGrpc.AsyncService
Base class for the server implementation of the service PublishBuildEvent.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ServerServiceDefinitionCreatesServerServiceDefinitionobject for current instance of service implementation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.devtools.build.v1.PublishBuildEventGrpc.AsyncService
publishBuildToolEventStream, publishLifecycleEvent
-
Constructor Details
-
PublishBuildEventImplBase
public PublishBuildEventImplBase()
-
-
Method Details
-
bindService
Description copied from interface:BindableServiceCreatesServerServiceDefinitionobject for current instance of service implementation.- Specified by:
bindServicein interfaceBindableService- Returns:
- ServerServiceDefinition object.
-