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

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

There is a newer version: 0.36.1
Show 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 GetHoverResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.GetHoverResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .io.deephaven.proto.backplane.script.grpc.MarkupContent contents = 1;
   * @return Whether the contents field is set.
   */
  boolean hasContents();
  /**
   * .io.deephaven.proto.backplane.script.grpc.MarkupContent contents = 1;
   * @return The contents.
   */
  io.deephaven.proto.backplane.script.grpc.MarkupContent getContents();
  /**
   * .io.deephaven.proto.backplane.script.grpc.MarkupContent contents = 1;
   */
  io.deephaven.proto.backplane.script.grpc.MarkupContentOrBuilder getContentsOrBuilder();

  /**
   * .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 2;
   * @return Whether the range field is set.
   */
  boolean hasRange();
  /**
   * .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 2;
   * @return The range.
   */
  io.deephaven.proto.backplane.script.grpc.DocumentRange getRange();
  /**
   * .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 2;
   */
  io.deephaven.proto.backplane.script.grpc.DocumentRangeOrBuilder getRangeOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy