Uses of Class
gauge.messages.Messages.ConceptExecutionEndingRequest
Packages that use Messages.ConceptExecutionEndingRequest
-
Uses of Messages.ConceptExecutionEndingRequest in gauge.messages
Methods in gauge.messages that return Messages.ConceptExecutionEndingRequestModifier and TypeMethodDescriptionMessages.ConceptExecutionEndingRequest.Builder.build()Messages.ConceptExecutionEndingRequest.Builder.buildPartial()Messages.Message.Builder.getConceptExecutionEndingRequest()/ [ConceptExecutionEndingRequest](#gauge.messages.ConceptExecutionEndingRequest)Messages.Message.getConceptExecutionEndingRequest()/ [ConceptExecutionEndingRequest](#gauge.messages.ConceptExecutionEndingRequest)Messages.MessageOrBuilder.getConceptExecutionEndingRequest()/ [ConceptExecutionEndingRequest](#gauge.messages.ConceptExecutionEndingRequest)Messages.ConceptExecutionEndingRequest.getDefaultInstance()Messages.ConceptExecutionEndingRequest.Builder.getDefaultInstanceForType()Messages.ConceptExecutionEndingRequest.getDefaultInstanceForType()Messages.ConceptExecutionEndingRequest.parseDelimitedFrom(InputStream input) Messages.ConceptExecutionEndingRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ConceptExecutionEndingRequest.parseFrom(byte[] data) Messages.ConceptExecutionEndingRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ConceptExecutionEndingRequest.parseFrom(com.google.protobuf.ByteString data) Messages.ConceptExecutionEndingRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ConceptExecutionEndingRequest.parseFrom(com.google.protobuf.CodedInputStream input) Messages.ConceptExecutionEndingRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ConceptExecutionEndingRequest.parseFrom(InputStream input) Messages.ConceptExecutionEndingRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ConceptExecutionEndingRequest.parseFrom(ByteBuffer data) Messages.ConceptExecutionEndingRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Messages.ConceptExecutionEndingRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Messages.ConceptExecutionEndingRequest,Messages.ExecutionStatusResponse> RunnerGrpc.getNotifyConceptExecutionEndingMethod()com.google.protobuf.Parser<Messages.ConceptExecutionEndingRequest>Messages.ConceptExecutionEndingRequest.getParserForType()static com.google.protobuf.Parser<Messages.ConceptExecutionEndingRequest>Messages.ConceptExecutionEndingRequest.parser()Methods in gauge.messages with parameters of type Messages.ConceptExecutionEndingRequestModifier and TypeMethodDescriptionMessages.Message.Builder.mergeConceptExecutionEndingRequest(Messages.ConceptExecutionEndingRequest value) / [ConceptExecutionEndingRequest](#gauge.messages.ConceptExecutionEndingRequest)Messages.ConceptExecutionEndingRequest.Builder.mergeFrom(Messages.ConceptExecutionEndingRequest other) Messages.ConceptExecutionEndingRequest.newBuilder(Messages.ConceptExecutionEndingRequest prototype) default voidRunnerGrpc.AsyncService.notifyConceptExecutionEnding(Messages.ConceptExecutionEndingRequest request, io.grpc.stub.StreamObserver<Messages.ExecutionStatusResponse> responseObserver) NotifyConceptExecutionEnding is a RPC to tell plugins that the concept execution has finished.RunnerGrpc.RunnerBlockingStub.notifyConceptExecutionEnding(Messages.ConceptExecutionEndingRequest request) NotifyConceptExecutionEnding is a RPC to tell plugins that the concept execution has finished.com.google.common.util.concurrent.ListenableFuture<Messages.ExecutionStatusResponse>RunnerGrpc.RunnerFutureStub.notifyConceptExecutionEnding(Messages.ConceptExecutionEndingRequest request) NotifyConceptExecutionEnding is a RPC to tell plugins that the concept execution has finished.voidRunnerGrpc.RunnerStub.notifyConceptExecutionEnding(Messages.ConceptExecutionEndingRequest request, io.grpc.stub.StreamObserver<Messages.ExecutionStatusResponse> responseObserver) NotifyConceptExecutionEnding is a RPC to tell plugins that the concept execution has finished.Messages.Message.Builder.setConceptExecutionEndingRequest(Messages.ConceptExecutionEndingRequest value) / [ConceptExecutionEndingRequest](#gauge.messages.ConceptExecutionEndingRequest)