java.io.deephaven.proto.backplane.script.grpc.TextDocumentItemOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// 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();
}