Package io.deephaven.proto.pivot
Interface PivotPluginResponseOrBuilder
- All Superinterfaces:
- MessageLiteOrBuilder,- MessageOrBuilder
- All Known Implementing Classes:
- PivotPluginResponse,- PivotPluginResponse.Builder
- 
Method SummaryModifier and TypeMethodDescriptiongetApply().io.deephaven.proto.pivot.PivotTableApplyResponse apply = 7;.io.deephaven.proto.pivot.PivotTableApplyResponse apply = 7;.io.deephaven.proto.pivot.PivotTableCreationResponse creation = 6;.io.deephaven.proto.pivot.PivotTableCreationResponse creation = 6;.io.deephaven.proto.pivot.PivotTableEmptyExpansionsResponse empty_expansions = 5;.io.deephaven.proto.pivot.PivotTableEmptyExpansionsResponse empty_expansions = 5;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.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.PivotTableSourceExportResponse export = 4;.io.deephaven.proto.pivot.PivotTableSourceExportResponse export = 4;.io.deephaven.proto.pivot.PivotTableDescriptorResponse get_descriptor = 8;.io.deephaven.proto.pivot.PivotTableDescriptorResponse get_descriptor = 8;Identifier copied from the request.Identifier copied from the request.getView().io.deephaven.proto.pivot.PivotTableViewResponse view = 3;.io.deephaven.proto.pivot.PivotTableViewResponse view = 3;booleanhasApply().io.deephaven.proto.pivot.PivotTableApplyResponse apply = 7;boolean.io.deephaven.proto.pivot.PivotTableCreationResponse creation = 6;boolean.io.deephaven.proto.pivot.PivotTableEmptyExpansionsResponse empty_expansions = 5;booleanhasError()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.boolean.io.deephaven.proto.pivot.PivotTableSourceExportResponse export = 4;boolean.io.deephaven.proto.pivot.PivotTableDescriptorResponse get_descriptor = 8;booleanhasView().io.deephaven.proto.pivot.PivotTableViewResponse view = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getRequestIdString getRequestId()Identifier copied from the request. string request_id = 1;- Returns:
- The requestId.
 
- 
getRequestIdBytesByteString getRequestIdBytes()Identifier copied from the request. string request_id = 1;- Returns:
- The bytes for requestId.
 
- 
hasErrorboolean 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.
 
- 
getErrorErrorResponse 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.
 
- 
getErrorOrBuilderErrorResponseOrBuilder 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;
- 
hasViewboolean hasView().io.deephaven.proto.pivot.PivotTableViewResponse view = 3;- Returns:
- Whether the view field is set.
 
- 
getViewPivotTableViewResponse getView().io.deephaven.proto.pivot.PivotTableViewResponse view = 3;- Returns:
- The view.
 
- 
getViewOrBuilderPivotTableViewResponseOrBuilder getViewOrBuilder().io.deephaven.proto.pivot.PivotTableViewResponse view = 3;
- 
hasExportboolean hasExport().io.deephaven.proto.pivot.PivotTableSourceExportResponse export = 4;- Returns:
- Whether the export field is set.
 
- 
getExportPivotTableSourceExportResponse getExport().io.deephaven.proto.pivot.PivotTableSourceExportResponse export = 4;- Returns:
- The export.
 
- 
getExportOrBuilderPivotTableSourceExportResponseOrBuilder getExportOrBuilder().io.deephaven.proto.pivot.PivotTableSourceExportResponse export = 4;
- 
hasEmptyExpansionsboolean hasEmptyExpansions().io.deephaven.proto.pivot.PivotTableEmptyExpansionsResponse empty_expansions = 5;- Returns:
- Whether the emptyExpansions field is set.
 
- 
getEmptyExpansionsPivotTableEmptyExpansionsResponse getEmptyExpansions().io.deephaven.proto.pivot.PivotTableEmptyExpansionsResponse empty_expansions = 5;- Returns:
- The emptyExpansions.
 
- 
getEmptyExpansionsOrBuilderPivotTableEmptyExpansionsResponseOrBuilder getEmptyExpansionsOrBuilder().io.deephaven.proto.pivot.PivotTableEmptyExpansionsResponse empty_expansions = 5;
- 
hasCreationboolean hasCreation().io.deephaven.proto.pivot.PivotTableCreationResponse creation = 6;- Returns:
- Whether the creation field is set.
 
- 
getCreationPivotTableCreationResponse getCreation().io.deephaven.proto.pivot.PivotTableCreationResponse creation = 6;- Returns:
- The creation.
 
- 
getCreationOrBuilderPivotTableCreationResponseOrBuilder getCreationOrBuilder().io.deephaven.proto.pivot.PivotTableCreationResponse creation = 6;
- 
hasApplyboolean hasApply().io.deephaven.proto.pivot.PivotTableApplyResponse apply = 7;- Returns:
- Whether the apply field is set.
 
- 
getApplyPivotTableApplyResponse getApply().io.deephaven.proto.pivot.PivotTableApplyResponse apply = 7;- Returns:
- The apply.
 
- 
getApplyOrBuilderPivotTableApplyResponseOrBuilder getApplyOrBuilder().io.deephaven.proto.pivot.PivotTableApplyResponse apply = 7;
- 
hasGetDescriptorboolean hasGetDescriptor().io.deephaven.proto.pivot.PivotTableDescriptorResponse get_descriptor = 8;- Returns:
- Whether the getDescriptor field is set.
 
- 
getGetDescriptorPivotTableDescriptorResponse getGetDescriptor().io.deephaven.proto.pivot.PivotTableDescriptorResponse get_descriptor = 8;- Returns:
- The getDescriptor.
 
- 
getGetDescriptorOrBuilderPivotTableDescriptorResponseOrBuilder getGetDescriptorOrBuilder().io.deephaven.proto.pivot.PivotTableDescriptorResponse get_descriptor = 8;
- 
getResponseCasePivotPluginResponse.ResponseCase getResponseCase()
 
-