Interface CreateInputTableRequestOrBuilder

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

public interface CreateInputTableRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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;
    • hasSourceTableId

      boolean hasSourceTableId()
       Optional, either this or schema must be specified, not both.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_table_id = 2;
      Returns:
      Whether the sourceTableId field is set.
    • getSourceTableId

      TableReference getSourceTableId()
       Optional, either this or schema must be specified, not both.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_table_id = 2;
      Returns:
      The sourceTableId.
    • getSourceTableIdOrBuilder

      TableReferenceOrBuilder getSourceTableIdOrBuilder()
       Optional, either this or schema must be specified, not both.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_table_id = 2;
    • hasSchema

      boolean hasSchema()
       Schema as described in Arrow Message.fbs::Message. Optional, either this or source_table_id must be specified.
       
      bytes schema = 3;
      Returns:
      Whether the schema field is set.
    • getSchema

      com.google.protobuf.ByteString getSchema()
       Schema as described in Arrow Message.fbs::Message. Optional, either this or source_table_id must be specified.
       
      bytes schema = 3;
      Returns:
      The schema.
    • hasKind

      boolean hasKind()
       Specifies what type of input table to create.
       
      .io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind kind = 4;
      Returns:
      Whether the kind field is set.
    • getKind

       Specifies what type of input table to create.
       
      .io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind kind = 4;
      Returns:
      The kind.
    • getKindOrBuilder

       Specifies what type of input table to create.
       
      .io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind kind = 4;
    • getDefinitionCase