Package io.deephaven.proto.pivot
Interface PivotTableDescriptorResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
PivotTableDescriptorResponse
,PivotTableDescriptorResponse.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe description of the tableThe description of the tableboolean
The description of the tableMethods 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
-
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;
-