Package io.deephaven.proto.pivot
Interface PivotPluginRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
PivotPluginRequest
,PivotPluginRequest.Builder
-
Method Summary
Modifier 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;
boolean
hasApply()
.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;
boolean
hasView()
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
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()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
PivotTableViewRequest 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
PivotTableSourceExportRequest 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
PivotTableCreationRequest 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
PivotTableApplyRequest 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
PivotPluginRequest.RequestCase getRequestCase()
-