Interface PivotPluginRequestOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
PivotPluginRequest, PivotPluginRequest.Builder

public interface PivotPluginRequestOrBuilder extends MessageOrBuilder
  • Method Details

    • getRequestId

      String getRequestId()
       A client-specified identifier used to identify the response for this request when multiple requests are in flight.
       This must be set to a unique value.
       
      string request_id = 1;
      Returns:
      The requestId.
    • getRequestIdBytes

      ByteString getRequestIdBytes()
       A client-specified identifier used to identify the response for this request when multiple requests are in flight.
       This must be set to a unique value.
       
      string request_id = 1;
      Returns:
      The bytes for requestId.
    • hasView

      boolean hasView()
      .io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
      Returns:
      Whether the view field is set.
    • getView

      .io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
      Returns:
      The view.
    • getViewOrBuilder

      PivotTableViewRequestOrBuilder getViewOrBuilder()
      .io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
    • hasExportSource

      boolean hasExportSource()
      .io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
      Returns:
      Whether the exportSource field is set.
    • getExportSource

      .io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
      Returns:
      The exportSource.
    • getExportSourceOrBuilder

      PivotTableSourceExportRequestOrBuilder getExportSourceOrBuilder()
      .io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
    • hasEmptyExpansions

      boolean hasEmptyExpansions()
      .io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
      Returns:
      Whether the emptyExpansions field is set.
    • getEmptyExpansions

      PivotTableEmptyExpansionsRequest getEmptyExpansions()
      .io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
      Returns:
      The emptyExpansions.
    • getEmptyExpansionsOrBuilder

      PivotTableEmptyExpansionsRequestOrBuilder getEmptyExpansionsOrBuilder()
      .io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
    • hasCreation

      boolean hasCreation()
      .io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
      Returns:
      Whether the creation field is set.
    • getCreation

      .io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
      Returns:
      The creation.
    • getCreationOrBuilder

      PivotTableCreationRequestOrBuilder getCreationOrBuilder()
      .io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
    • hasApply

      boolean hasApply()
      .io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
      Returns:
      Whether the apply field is set.
    • getApply

      .io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
      Returns:
      The apply.
    • getApplyOrBuilder

      PivotTableApplyRequestOrBuilder getApplyOrBuilder()
      .io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
    • hasGetDescriptor

      boolean hasGetDescriptor()
      .io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
      Returns:
      Whether the getDescriptor field is set.
    • getGetDescriptor

      PivotTableDescriptorRequest getGetDescriptor()
      .io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
      Returns:
      The getDescriptor.
    • getGetDescriptorOrBuilder

      PivotTableDescriptorRequestOrBuilder getGetDescriptorOrBuilder()
      .io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
    • getRequestCase