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

java.io.deephaven.proto.backplane.script.grpc.TextDocumentItemOrBuilder 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 TextDocumentItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.TextDocumentItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string uri = 1;
   * @return The uri.
   */
  java.lang.String getUri();
  /**
   * string uri = 1;
   * @return The bytes for uri.
   */
  com.google.protobuf.ByteString
      getUriBytes();

  /**
   * string language_id = 2;
   * @return The languageId.
   */
  java.lang.String getLanguageId();
  /**
   * string language_id = 2;
   * @return The bytes for languageId.
   */
  com.google.protobuf.ByteString
      getLanguageIdBytes();

  /**
   * int32 version = 3;
   * @return The version.
   */
  int getVersion();

  /**
   * string text = 4;
   * @return The text.
   */
  java.lang.String getText();
  /**
   * string text = 4;
   * @return The bytes for text.
   */
  com.google.protobuf.ByteString
      getTextBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy