Package io.deephaven.proto.pivot
Interface PivotTableViewResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
PivotTableViewResponse,PivotTableViewResponse.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe description of the tableThe description of the tablebooleanThe description of the tableMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPivotDescriptor
boolean hasPivotDescriptor()The description of the table
.io.deephaven.proto.pivot.PivotTableDescriptorMessage pivot_descriptor = 1;- Returns:
- Whether the pivotDescriptor field is set.
-
getPivotDescriptor
PivotTableDescriptorMessage getPivotDescriptor()The description of the table
.io.deephaven.proto.pivot.PivotTableDescriptorMessage pivot_descriptor = 1;- Returns:
- The pivotDescriptor.
-
getPivotDescriptorOrBuilder
PivotTableDescriptorMessageOrBuilder getPivotDescriptorOrBuilder()The description of the table
.io.deephaven.proto.pivot.PivotTableDescriptorMessage pivot_descriptor = 1;
-