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

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

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

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

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

  /**
   * .io.deephaven.proto.backplane.grpc.Ticket console_id = 1;
   * @return Whether the consoleId field is set.
   */
  boolean hasConsoleId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket console_id = 1;
   * @return The consoleId.
   */
  io.deephaven.proto.backplane.grpc.Ticket getConsoleId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket console_id = 1;
   */
  io.deephaven.proto.backplane.grpc.TicketOrBuilder getConsoleIdOrBuilder();

  /**
   * string variable_name = 3;
   * @return The variableName.
   */
  java.lang.String getVariableName();
  /**
   * string variable_name = 3;
   * @return The bytes for variableName.
   */
  com.google.protobuf.ByteString
      getVariableNameBytes();

  /**
   * .io.deephaven.proto.backplane.grpc.Ticket table_id = 4;
   * @return Whether the tableId field is set.
   */
  boolean hasTableId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket table_id = 4;
   * @return The tableId.
   */
  io.deephaven.proto.backplane.grpc.Ticket getTableId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket table_id = 4;
   */
  io.deephaven.proto.backplane.grpc.TicketOrBuilder getTableIdOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy