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

java.io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifierOrBuilder 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 VersionedTextDocumentIdentifierOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier)
    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();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy