Package io.deephaven.proto.pivot
Interface PivotPluginResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
PivotPluginResponse
,PivotPluginResponse.Builder
-
Method Summary
Modifier 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;
boolean
hasApply()
.io.deephaven.proto.pivot.PivotTableApplyResponse apply = 7;
boolean
.io.deephaven.proto.pivot.PivotTableCreationResponse creation = 6;
boolean
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsResponse empty_expansions = 5;
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.boolean
.io.deephaven.proto.pivot.PivotTableSourceExportResponse export = 4;
boolean
.io.deephaven.proto.pivot.PivotTableDescriptorResponse get_descriptor = 8;
boolean
hasView()
.io.deephaven.proto.pivot.PivotTableViewResponse view = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
PivotTableViewResponse getView().io.deephaven.proto.pivot.PivotTableViewResponse view = 3;
- Returns:
- The view.
-
getViewOrBuilder
PivotTableViewResponseOrBuilder 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
PivotTableSourceExportResponse getExport().io.deephaven.proto.pivot.PivotTableSourceExportResponse export = 4;
- Returns:
- The export.
-
getExportOrBuilder
PivotTableSourceExportResponseOrBuilder 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
PivotTableCreationResponse 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
PivotTableApplyResponse getApply().io.deephaven.proto.pivot.PivotTableApplyResponse apply = 7;
- Returns:
- The apply.
-
getApplyOrBuilder
PivotTableApplyResponseOrBuilder 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
PivotPluginResponse.ResponseCase getResponseCase()
-