Interface UpdateByRequestOrBuilder

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

public interface UpdateByRequestOrBuilder 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;
    • hasSourceId

      boolean hasSourceId()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
      Returns:
      Whether the sourceId field is set.
    • getSourceId

      TableReference getSourceId()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
      Returns:
      The sourceId.
    • getSourceIdOrBuilder

      TableReferenceOrBuilder getSourceIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
    • hasOptions

      boolean hasOptions()
      .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions options = 3;
      Returns:
      Whether the options field is set.
    • getOptions

      .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions options = 3;
      Returns:
      The options.
    • getOptionsOrBuilder

      .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions options = 3;
    • getOperationsList

      repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4;
    • getOperations

      UpdateByRequest.UpdateByOperation getOperations(int index)
      repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4;
    • getOperationsCount

      int getOperationsCount()
      repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4;
    • getOperationsOrBuilderList

      List<? extends UpdateByRequest.UpdateByOperationOrBuilder> getOperationsOrBuilderList()
      repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4;
    • getOperationsOrBuilder

      UpdateByRequest.UpdateByOperationOrBuilder getOperationsOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4;
    • getGroupByColumnsList

      List<String> getGroupByColumnsList()
      repeated string group_by_columns = 5;
      Returns:
      A list containing the groupByColumns.
    • getGroupByColumnsCount

      int getGroupByColumnsCount()
      repeated string group_by_columns = 5;
      Returns:
      The count of groupByColumns.
    • getGroupByColumns

      String getGroupByColumns(int index)
      repeated string group_by_columns = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The groupByColumns at the given index.
    • getGroupByColumnsBytes

      com.google.protobuf.ByteString getGroupByColumnsBytes(int index)
      repeated string group_by_columns = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the groupByColumns at the given index.