Interface StartConsoleRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StartConsoleRequest, StartConsoleRequest.Builder

public interface StartConsoleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    string session_type = 2;
    com.google.protobuf.ByteString
    string session_type = 2;
    boolean
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasResultId

      boolean hasResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Returns:
      Whether the resultId field is set.
    • getResultId

      Ticket getResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Returns:
      The resultId.
    • getResultIdOrBuilder

      TicketOrBuilder getResultIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    • getSessionType

      String getSessionType()
      string session_type = 2;
      Returns:
      The sessionType.
    • getSessionTypeBytes

      com.google.protobuf.ByteString getSessionTypeBytes()
      string session_type = 2;
      Returns:
      The bytes for sessionType.