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

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

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

  /**
   * .io.deephaven.proto.backplane.grpc.Ticket command_id = 2;
   * @return Whether the commandId field is set.
   */
  boolean hasCommandId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket command_id = 2;
   * @return The commandId.
   */
  io.deephaven.proto.backplane.grpc.Ticket getCommandId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket command_id = 2;
   */
  io.deephaven.proto.backplane.grpc.TicketOrBuilder getCommandIdOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy