Interface UpdateViewRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateViewRequest,UpdateViewRequest.Builder
public interface UpdateViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.backplane.grpc.Selectable column_spec = 1;.io.deephaven.proto.backplane.grpc.Selectable column_spec = 1;The node types that will have this update_view applied.intThe node types that will have this update_view applied.boolean.io.deephaven.proto.backplane.grpc.Selectable column_spec = 1;Methods 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
-
hasColumnSpec
boolean hasColumnSpec().io.deephaven.proto.backplane.grpc.Selectable column_spec = 1;- Returns:
- Whether the columnSpec field is set.
-
getColumnSpec
Selectable getColumnSpec().io.deephaven.proto.backplane.grpc.Selectable column_spec = 1;- Returns:
- The columnSpec.
-
getColumnSpecOrBuilder
SelectableOrBuilder getColumnSpecOrBuilder().io.deephaven.proto.backplane.grpc.Selectable column_spec = 1; -
getNodeTypeValue
int getNodeTypeValue()The node types that will have this update_view applied. Ignored for TreeTable.
.io.deephaven.proto.backplane.grpc.RollupNodeType node_type = 2;- Returns:
- The enum numeric value on the wire for nodeType.
-
getNodeType
RollupNodeType getNodeType()The node types that will have this update_view applied. Ignored for TreeTable.
.io.deephaven.proto.backplane.grpc.RollupNodeType node_type = 2;- Returns:
- The nodeType.
-