Interface TreeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TreeRequest
,TreeRequest.Builder
public interface TreeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the column containing the unique identifier for each row in the source tablecom.google.protobuf.ByteString
The name of the column containing the unique identifier for each row in the source tableThe name of the column containing the parent row's unique identifier for each row in the source tablecom.google.protobuf.ByteString
The name of the column containing the parent row's unique identifier for each row in the source tableboolean
Whether to promote "orphaned" nodes to be children of the root node.Ticket to use to hold the result TreeTable from the tree operationTicket to use to hold the result TreeTable from the tree operationTicket for the source Table to treeTicket for the source Table to treeboolean
Ticket to use to hold the result TreeTable from the tree operationboolean
Ticket for the source Table to treeMethods 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
-
hasResultTreeTableId
boolean hasResultTreeTableId()Ticket to use to hold the result TreeTable from the tree operation
.io.deephaven.proto.backplane.grpc.Ticket result_tree_table_id = 1;
- Returns:
- Whether the resultTreeTableId field is set.
-
getResultTreeTableId
Ticket getResultTreeTableId()Ticket to use to hold the result TreeTable from the tree operation
.io.deephaven.proto.backplane.grpc.Ticket result_tree_table_id = 1;
- Returns:
- The resultTreeTableId.
-
getResultTreeTableIdOrBuilder
TicketOrBuilder getResultTreeTableIdOrBuilder()Ticket to use to hold the result TreeTable from the tree operation
.io.deephaven.proto.backplane.grpc.Ticket result_tree_table_id = 1;
-
hasSourceTableId
boolean hasSourceTableId()Ticket for the source Table to tree
.io.deephaven.proto.backplane.grpc.Ticket source_table_id = 2;
- Returns:
- Whether the sourceTableId field is set.
-
getSourceTableId
Ticket getSourceTableId()Ticket for the source Table to tree
.io.deephaven.proto.backplane.grpc.Ticket source_table_id = 2;
- Returns:
- The sourceTableId.
-
getSourceTableIdOrBuilder
TicketOrBuilder getSourceTableIdOrBuilder()Ticket for the source Table to tree
.io.deephaven.proto.backplane.grpc.Ticket source_table_id = 2;
-
getIdentifierColumn
String getIdentifierColumn()The name of the column containing the unique identifier for each row in the source table
string identifier_column = 3;
- Returns:
- The identifierColumn.
-
getIdentifierColumnBytes
com.google.protobuf.ByteString getIdentifierColumnBytes()The name of the column containing the unique identifier for each row in the source table
string identifier_column = 3;
- Returns:
- The bytes for identifierColumn.
-
getParentIdentifierColumn
String getParentIdentifierColumn()The name of the column containing the parent row's unique identifier for each row in the source table
string parent_identifier_column = 4;
- Returns:
- The parentIdentifierColumn.
-
getParentIdentifierColumnBytes
com.google.protobuf.ByteString getParentIdentifierColumnBytes()The name of the column containing the parent row's unique identifier for each row in the source table
string parent_identifier_column = 4;
- Returns:
- The bytes for parentIdentifierColumn.
-
getPromoteOrphans
boolean getPromoteOrphans()Whether to promote "orphaned" nodes to be children of the root node. Orphans are nodes whose parent identifiers do not occur as identifiers for any row in the source Table.
bool promote_orphans = 5;
- Returns:
- The promoteOrphans.
-