Package io.deephaven.proto.pivot
Interface PivotPluginRequestOrBuilder
- All Superinterfaces:
- MessageLiteOrBuilder,- MessageOrBuilder
- All Known Implementing Classes:
- PivotPluginRequest,- PivotPluginRequest.Builder
- 
Method SummaryModifier and TypeMethodDescriptiongetApply().io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;A client-specified identifier used to identify the response for this request when multiple requests are in flight.A client-specified identifier used to identify the response for this request when multiple requests are in flight.getView().io.deephaven.proto.pivot.PivotTableViewRequest view = 2;.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;booleanhasApply().io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;boolean.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;boolean.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;boolean.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;boolean.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;booleanhasView().io.deephaven.proto.pivot.PivotTableViewRequest view = 2;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()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.
 
- 
getRequestIdBytesByteString 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.
 
- 
hasViewboolean hasView().io.deephaven.proto.pivot.PivotTableViewRequest view = 2;- Returns:
- Whether the view field is set.
 
- 
getViewPivotTableViewRequest getView().io.deephaven.proto.pivot.PivotTableViewRequest view = 2;- Returns:
- The view.
 
- 
getViewOrBuilderPivotTableViewRequestOrBuilder getViewOrBuilder().io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
- 
hasExportSourceboolean hasExportSource().io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;- Returns:
- Whether the exportSource field is set.
 
- 
getExportSourcePivotTableSourceExportRequest getExportSource().io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;- Returns:
- The exportSource.
 
- 
getExportSourceOrBuilderPivotTableSourceExportRequestOrBuilder getExportSourceOrBuilder().io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
- 
hasEmptyExpansionsboolean hasEmptyExpansions().io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;- Returns:
- Whether the emptyExpansions field is set.
 
- 
getEmptyExpansionsPivotTableEmptyExpansionsRequest getEmptyExpansions().io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;- Returns:
- The emptyExpansions.
 
- 
getEmptyExpansionsOrBuilderPivotTableEmptyExpansionsRequestOrBuilder getEmptyExpansionsOrBuilder().io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
- 
hasCreationboolean hasCreation().io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;- Returns:
- Whether the creation field is set.
 
- 
getCreationPivotTableCreationRequest getCreation().io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;- Returns:
- The creation.
 
- 
getCreationOrBuilderPivotTableCreationRequestOrBuilder getCreationOrBuilder().io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
- 
hasApplyboolean hasApply().io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;- Returns:
- Whether the apply field is set.
 
- 
getApplyPivotTableApplyRequest getApply().io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;- Returns:
- The apply.
 
- 
getApplyOrBuilderPivotTableApplyRequestOrBuilder getApplyOrBuilder().io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
- 
hasGetDescriptorboolean hasGetDescriptor().io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;- Returns:
- Whether the getDescriptor field is set.
 
- 
getGetDescriptorPivotTableDescriptorRequest getGetDescriptor().io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;- Returns:
- The getDescriptor.
 
- 
getGetDescriptorOrBuilderPivotTableDescriptorRequestOrBuilder getGetDescriptorOrBuilder().io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
- 
getRequestCasePivotPluginRequest.RequestCase getRequestCase()
 
-