Interface PivotPluginResponseOrBuilder

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

public interface PivotPluginResponseOrBuilder extends MessageOrBuilder
  • Method Details

    • getRequestId

      String getRequestId()
       Identifier copied from the request.
       
      string request_id = 1;
      Returns:
      The requestId.
    • getRequestIdBytes

      ByteString getRequestIdBytes()
       Identifier copied from the request.
       
      string request_id = 1;
      Returns:
      The bytes for requestId.
    • hasError

      boolean hasError()
       If the request failed (after we were able to parse and extract the request ID), then we return an error to the
       client; otherwise we return the appropriate response type.
       
      .io.deephaven.proto.pivot.ErrorResponse error = 2;
      Returns:
      Whether the error field is set.
    • getError

      ErrorResponse getError()
       If the request failed (after we were able to parse and extract the request ID), then we return an error to the
       client; otherwise we return the appropriate response type.
       
      .io.deephaven.proto.pivot.ErrorResponse error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorResponseOrBuilder getErrorOrBuilder()
       If the request failed (after we were able to parse and extract the request ID), then we return an error to the
       client; otherwise we return the appropriate response type.
       
      .io.deephaven.proto.pivot.ErrorResponse error = 2;
    • hasView

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

      .io.deephaven.proto.pivot.PivotTableViewResponse view = 3;
      Returns:
      The view.
    • getViewOrBuilder

      .io.deephaven.proto.pivot.PivotTableViewResponse view = 3;
    • hasExport

      boolean hasExport()
      .io.deephaven.proto.pivot.PivotTableSourceExportResponse export = 4;
      Returns:
      Whether the export field is set.
    • getExport

      .io.deephaven.proto.pivot.PivotTableSourceExportResponse export = 4;
      Returns:
      The export.
    • getExportOrBuilder

      .io.deephaven.proto.pivot.PivotTableSourceExportResponse export = 4;
    • hasEmptyExpansions

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

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

      PivotTableEmptyExpansionsResponseOrBuilder getEmptyExpansionsOrBuilder()
      .io.deephaven.proto.pivot.PivotTableEmptyExpansionsResponse empty_expansions = 5;
    • hasCreation

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

      .io.deephaven.proto.pivot.PivotTableCreationResponse creation = 6;
      Returns:
      The creation.
    • getCreationOrBuilder

      PivotTableCreationResponseOrBuilder getCreationOrBuilder()
      .io.deephaven.proto.pivot.PivotTableCreationResponse creation = 6;
    • hasApply

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

      .io.deephaven.proto.pivot.PivotTableApplyResponse apply = 7;
      Returns:
      The apply.
    • getApplyOrBuilder

      .io.deephaven.proto.pivot.PivotTableApplyResponse apply = 7;
    • hasGetDescriptor

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

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

      PivotTableDescriptorResponseOrBuilder getGetDescriptorOrBuilder()
      .io.deephaven.proto.pivot.PivotTableDescriptorResponse get_descriptor = 8;
    • getResponseCase