All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.deephaven.proto.backplane.script.grpc.GetHoverRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven/proto/console.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.script.grpc;

public interface GetHoverRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.GetHoverRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 1;
   * @return Whether the textDocument field is set.
   */
  boolean hasTextDocument();
  /**
   * .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 1;
   * @return The textDocument.
   */
  io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier getTextDocument();
  /**
   * .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 1;
   */
  io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifierOrBuilder getTextDocumentOrBuilder();

  /**
   * .io.deephaven.proto.backplane.script.grpc.Position position = 2;
   * @return Whether the position field is set.
   */
  boolean hasPosition();
  /**
   * .io.deephaven.proto.backplane.script.grpc.Position position = 2;
   * @return The position.
   */
  io.deephaven.proto.backplane.script.grpc.Position getPosition();
  /**
   * .io.deephaven.proto.backplane.script.grpc.Position position = 2;
   */
  io.deephaven.proto.backplane.script.grpc.PositionOrBuilder getPositionOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy