Package com.google.devtools.build.v1
Class PublishBuildEventGrpc.PublishBuildEventStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<PublishBuildEventGrpc.PublishBuildEventStub>
com.google.devtools.build.v1.PublishBuildEventGrpc.PublishBuildEventStub
- Enclosing class:
- PublishBuildEventGrpc
public static final class PublishBuildEventGrpc.PublishBuildEventStub
extends AbstractAsyncStub<PublishBuildEventGrpc.PublishBuildEventStub>
A stub to allow clients to do asynchronous rpc calls to service PublishBuildEvent.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
AbstractStub.StubFactory<T extends AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(Channel channel, CallOptions callOptions) Returns a new stub with the given channel for the provided method configurations.publishBuildToolEventStream(StreamObserver<PublishBuildToolEventStreamResponse> responseObserver) voidpublishLifecycleEvent(PublishLifecycleEventRequest request, StreamObserver<com.google.protobuf.Empty> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected PublishBuildEventGrpc.PublishBuildEventStub build(Channel channel, CallOptions callOptions) Description copied from class:AbstractStubReturns a new stub with the given channel for the provided method configurations.- Specified by:
buildin classAbstractStub<PublishBuildEventGrpc.PublishBuildEventStub>- Parameters:
channel- the channel that this stub will use to do communicationscallOptions- the runtime call options to be applied to every call on this stub
-
publishLifecycleEvent
public void publishLifecycleEvent(PublishLifecycleEventRequest request, StreamObserver<com.google.protobuf.Empty> responseObserver) -
publishBuildToolEventStream
public StreamObserver<PublishBuildToolEventStreamRequest> publishBuildToolEventStream(StreamObserver<PublishBuildToolEventStreamResponse> responseObserver)
-