java.io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven_core/proto/hierarchicaltable.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
/**
* Protobuf type {@code io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor}
*/
public final class HierarchicalTableDescriptor extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor)
HierarchicalTableDescriptorOrBuilder {
private static final long serialVersionUID = 0L;
// Use HierarchicalTableDescriptor.newBuilder() to construct.
private HierarchicalTableDescriptor(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private HierarchicalTableDescriptor() {
snapshotSchema_ = com.google.protobuf.ByteString.EMPTY;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new HierarchicalTableDescriptor();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.deephaven.proto.backplane.grpc.Hierarchicaltable.internal_static_io_deephaven_proto_backplane_grpc_HierarchicalTableDescriptor_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.deephaven.proto.backplane.grpc.Hierarchicaltable.internal_static_io_deephaven_proto_backplane_grpc_HierarchicalTableDescriptor_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.class, io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.Builder.class);
}
public static final int SNAPSHOT_SCHEMA_FIELD_NUMBER = 1;
private com.google.protobuf.ByteString snapshotSchema_ = com.google.protobuf.ByteString.EMPTY;
/**
*
* Schema to be used for snapshot or subscription requests as described in Arrow Message.fbs::Message.
* Field metadata is used to convey additional information about the structure of the HierarchicalTable, the
* special roles some columns play, and the relationships between columns.
*
* "hierarchicalTable.isStructuralColumn" is always "true" if set, and is set on columns that should be included on
* every snapshot or subscription request, but should not be directly user-visible.
*
* "hierarchicalTable.isExpandByColumn" is always "true" if set, and is set on all the columns that must be included
* in a HierarchicalTableViewRequest's key table, if a key table is specified. These columns are generally
* user-visible and displayed before other columns, unless they also have "hierarchicalTable.isStructuralColumn" set.
*
* "hierarchicalTable.isRowDepthColumn" is always "true" if set, and is set on a single column that specifies the
* depth of a row. That column will always have "hierarchicalTable.isExpandByColumn" set for RollupTables, but never
* for TreeTables.
*
* "hierarchicalTable.isRowExpandedColumn" is always "true" if set, and is set on a single nullable column of
* booleans that specifies whether a row is expandable or expanded. Values will be null for rows that are not
* expandable, true for expanded rows, false for rows that are not expanded (but expandable). Leaf rows have no
* children to expand, and hence will always have a null value for this column.
*
* "rollupTable.isAggregatedNodeColumn" is always "true" if set, and is set on all columns of a RollupTable that
* belong to the aggregated nodes.
*
* "rollupTable.isConstituentNodeColumn" is always "true" if set, and is set on all columns of a RollupTable that
* belong to the constituent nodes. No such columns will be present if constituents are not included in the
* RollupTable.
*
* "rollupTable.isGroupByColumn" is always "true" if set, and is set on all columns of a RollupTable that are
* "group-by columns", whether the node is aggregated or constituent. All nodes have the same names and types for
* columns labeled in this way. Such columns will always have "hierarchicalTable.isExpandByColumn" set if and only if
* they also have "rollupTable.isAggregatedNodeColumn" set.
*
* "rollupTable.aggregationInputColumnName" is set to the (string) name of the corresponding constituent column that
* was used as input to this aggregation node column. May have an empty value, because some aggregations take no
* input columns, for example "Count". This is only ever present on columns with "rollupTable.isAggregatedNodeColumn"
* set.
*
* "treeTable.isNodeColumn" is always "true" if set, and is set on all columns of a TreeTable that nodes inherit from
* the source Table.
*
* "treeTable.isIdentifierColumn" is always "true" if set, and is set on the single column that uniquely identifies a
* TreeTable row and links it to its children. Such columns will always have "hierarchicalTable.isExpandByColumn"
* set.
*
* "treeTable.isParentIdentifierColumn" is always "true" if set, and is set on the single column that links a
* TreeTable row to its parent row.
*
*
* bytes snapshot_schema = 1;
* @return The snapshotSchema.
*/
@java.lang.Override
public com.google.protobuf.ByteString getSnapshotSchema() {
return snapshotSchema_;
}
public static final int IS_STATIC_FIELD_NUMBER = 2;
private boolean isStatic_ = false;
/**
*
* Whether or not this table might change.
*
*
* bool is_static = 2;
* @return The isStatic.
*/
@java.lang.Override
public boolean getIsStatic() {
return isStatic_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!snapshotSchema_.isEmpty()) {
output.writeBytes(1, snapshotSchema_);
}
if (isStatic_ != false) {
output.writeBool(2, isStatic_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!snapshotSchema_.isEmpty()) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, snapshotSchema_);
}
if (isStatic_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(2, isStatic_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor)) {
return super.equals(obj);
}
io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor other = (io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor) obj;
if (!getSnapshotSchema()
.equals(other.getSnapshotSchema())) return false;
if (getIsStatic()
!= other.getIsStatic()) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + SNAPSHOT_SCHEMA_FIELD_NUMBER;
hash = (53 * hash) + getSnapshotSchema().hashCode();
hash = (37 * hash) + IS_STATIC_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsStatic());
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor)
io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptorOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.deephaven.proto.backplane.grpc.Hierarchicaltable.internal_static_io_deephaven_proto_backplane_grpc_HierarchicalTableDescriptor_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.deephaven.proto.backplane.grpc.Hierarchicaltable.internal_static_io_deephaven_proto_backplane_grpc_HierarchicalTableDescriptor_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.class, io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.Builder.class);
}
// Construct using io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
snapshotSchema_ = com.google.protobuf.ByteString.EMPTY;
isStatic_ = false;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return io.deephaven.proto.backplane.grpc.Hierarchicaltable.internal_static_io_deephaven_proto_backplane_grpc_HierarchicalTableDescriptor_descriptor;
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor getDefaultInstanceForType() {
return io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.getDefaultInstance();
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor build() {
io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor buildPartial() {
io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor result = new io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.snapshotSchema_ = snapshotSchema_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.isStatic_ = isStatic_;
}
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor) {
return mergeFrom((io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor other) {
if (other == io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.getDefaultInstance()) return this;
if (other.getSnapshotSchema() != com.google.protobuf.ByteString.EMPTY) {
setSnapshotSchema(other.getSnapshotSchema());
}
if (other.getIsStatic() != false) {
setIsStatic(other.getIsStatic());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
snapshotSchema_ = input.readBytes();
bitField0_ |= 0x00000001;
break;
} // case 10
case 16: {
isStatic_ = input.readBool();
bitField0_ |= 0x00000002;
break;
} // case 16
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private com.google.protobuf.ByteString snapshotSchema_ = com.google.protobuf.ByteString.EMPTY;
/**
*
* Schema to be used for snapshot or subscription requests as described in Arrow Message.fbs::Message.
* Field metadata is used to convey additional information about the structure of the HierarchicalTable, the
* special roles some columns play, and the relationships between columns.
*
* "hierarchicalTable.isStructuralColumn" is always "true" if set, and is set on columns that should be included on
* every snapshot or subscription request, but should not be directly user-visible.
*
* "hierarchicalTable.isExpandByColumn" is always "true" if set, and is set on all the columns that must be included
* in a HierarchicalTableViewRequest's key table, if a key table is specified. These columns are generally
* user-visible and displayed before other columns, unless they also have "hierarchicalTable.isStructuralColumn" set.
*
* "hierarchicalTable.isRowDepthColumn" is always "true" if set, and is set on a single column that specifies the
* depth of a row. That column will always have "hierarchicalTable.isExpandByColumn" set for RollupTables, but never
* for TreeTables.
*
* "hierarchicalTable.isRowExpandedColumn" is always "true" if set, and is set on a single nullable column of
* booleans that specifies whether a row is expandable or expanded. Values will be null for rows that are not
* expandable, true for expanded rows, false for rows that are not expanded (but expandable). Leaf rows have no
* children to expand, and hence will always have a null value for this column.
*
* "rollupTable.isAggregatedNodeColumn" is always "true" if set, and is set on all columns of a RollupTable that
* belong to the aggregated nodes.
*
* "rollupTable.isConstituentNodeColumn" is always "true" if set, and is set on all columns of a RollupTable that
* belong to the constituent nodes. No such columns will be present if constituents are not included in the
* RollupTable.
*
* "rollupTable.isGroupByColumn" is always "true" if set, and is set on all columns of a RollupTable that are
* "group-by columns", whether the node is aggregated or constituent. All nodes have the same names and types for
* columns labeled in this way. Such columns will always have "hierarchicalTable.isExpandByColumn" set if and only if
* they also have "rollupTable.isAggregatedNodeColumn" set.
*
* "rollupTable.aggregationInputColumnName" is set to the (string) name of the corresponding constituent column that
* was used as input to this aggregation node column. May have an empty value, because some aggregations take no
* input columns, for example "Count". This is only ever present on columns with "rollupTable.isAggregatedNodeColumn"
* set.
*
* "treeTable.isNodeColumn" is always "true" if set, and is set on all columns of a TreeTable that nodes inherit from
* the source Table.
*
* "treeTable.isIdentifierColumn" is always "true" if set, and is set on the single column that uniquely identifies a
* TreeTable row and links it to its children. Such columns will always have "hierarchicalTable.isExpandByColumn"
* set.
*
* "treeTable.isParentIdentifierColumn" is always "true" if set, and is set on the single column that links a
* TreeTable row to its parent row.
*
*
* bytes snapshot_schema = 1;
* @return The snapshotSchema.
*/
@java.lang.Override
public com.google.protobuf.ByteString getSnapshotSchema() {
return snapshotSchema_;
}
/**
*
* Schema to be used for snapshot or subscription requests as described in Arrow Message.fbs::Message.
* Field metadata is used to convey additional information about the structure of the HierarchicalTable, the
* special roles some columns play, and the relationships between columns.
*
* "hierarchicalTable.isStructuralColumn" is always "true" if set, and is set on columns that should be included on
* every snapshot or subscription request, but should not be directly user-visible.
*
* "hierarchicalTable.isExpandByColumn" is always "true" if set, and is set on all the columns that must be included
* in a HierarchicalTableViewRequest's key table, if a key table is specified. These columns are generally
* user-visible and displayed before other columns, unless they also have "hierarchicalTable.isStructuralColumn" set.
*
* "hierarchicalTable.isRowDepthColumn" is always "true" if set, and is set on a single column that specifies the
* depth of a row. That column will always have "hierarchicalTable.isExpandByColumn" set for RollupTables, but never
* for TreeTables.
*
* "hierarchicalTable.isRowExpandedColumn" is always "true" if set, and is set on a single nullable column of
* booleans that specifies whether a row is expandable or expanded. Values will be null for rows that are not
* expandable, true for expanded rows, false for rows that are not expanded (but expandable). Leaf rows have no
* children to expand, and hence will always have a null value for this column.
*
* "rollupTable.isAggregatedNodeColumn" is always "true" if set, and is set on all columns of a RollupTable that
* belong to the aggregated nodes.
*
* "rollupTable.isConstituentNodeColumn" is always "true" if set, and is set on all columns of a RollupTable that
* belong to the constituent nodes. No such columns will be present if constituents are not included in the
* RollupTable.
*
* "rollupTable.isGroupByColumn" is always "true" if set, and is set on all columns of a RollupTable that are
* "group-by columns", whether the node is aggregated or constituent. All nodes have the same names and types for
* columns labeled in this way. Such columns will always have "hierarchicalTable.isExpandByColumn" set if and only if
* they also have "rollupTable.isAggregatedNodeColumn" set.
*
* "rollupTable.aggregationInputColumnName" is set to the (string) name of the corresponding constituent column that
* was used as input to this aggregation node column. May have an empty value, because some aggregations take no
* input columns, for example "Count". This is only ever present on columns with "rollupTable.isAggregatedNodeColumn"
* set.
*
* "treeTable.isNodeColumn" is always "true" if set, and is set on all columns of a TreeTable that nodes inherit from
* the source Table.
*
* "treeTable.isIdentifierColumn" is always "true" if set, and is set on the single column that uniquely identifies a
* TreeTable row and links it to its children. Such columns will always have "hierarchicalTable.isExpandByColumn"
* set.
*
* "treeTable.isParentIdentifierColumn" is always "true" if set, and is set on the single column that links a
* TreeTable row to its parent row.
*
*
* bytes snapshot_schema = 1;
* @param value The snapshotSchema to set.
* @return This builder for chaining.
*/
public Builder setSnapshotSchema(com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
snapshotSchema_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
* Schema to be used for snapshot or subscription requests as described in Arrow Message.fbs::Message.
* Field metadata is used to convey additional information about the structure of the HierarchicalTable, the
* special roles some columns play, and the relationships between columns.
*
* "hierarchicalTable.isStructuralColumn" is always "true" if set, and is set on columns that should be included on
* every snapshot or subscription request, but should not be directly user-visible.
*
* "hierarchicalTable.isExpandByColumn" is always "true" if set, and is set on all the columns that must be included
* in a HierarchicalTableViewRequest's key table, if a key table is specified. These columns are generally
* user-visible and displayed before other columns, unless they also have "hierarchicalTable.isStructuralColumn" set.
*
* "hierarchicalTable.isRowDepthColumn" is always "true" if set, and is set on a single column that specifies the
* depth of a row. That column will always have "hierarchicalTable.isExpandByColumn" set for RollupTables, but never
* for TreeTables.
*
* "hierarchicalTable.isRowExpandedColumn" is always "true" if set, and is set on a single nullable column of
* booleans that specifies whether a row is expandable or expanded. Values will be null for rows that are not
* expandable, true for expanded rows, false for rows that are not expanded (but expandable). Leaf rows have no
* children to expand, and hence will always have a null value for this column.
*
* "rollupTable.isAggregatedNodeColumn" is always "true" if set, and is set on all columns of a RollupTable that
* belong to the aggregated nodes.
*
* "rollupTable.isConstituentNodeColumn" is always "true" if set, and is set on all columns of a RollupTable that
* belong to the constituent nodes. No such columns will be present if constituents are not included in the
* RollupTable.
*
* "rollupTable.isGroupByColumn" is always "true" if set, and is set on all columns of a RollupTable that are
* "group-by columns", whether the node is aggregated or constituent. All nodes have the same names and types for
* columns labeled in this way. Such columns will always have "hierarchicalTable.isExpandByColumn" set if and only if
* they also have "rollupTable.isAggregatedNodeColumn" set.
*
* "rollupTable.aggregationInputColumnName" is set to the (string) name of the corresponding constituent column that
* was used as input to this aggregation node column. May have an empty value, because some aggregations take no
* input columns, for example "Count". This is only ever present on columns with "rollupTable.isAggregatedNodeColumn"
* set.
*
* "treeTable.isNodeColumn" is always "true" if set, and is set on all columns of a TreeTable that nodes inherit from
* the source Table.
*
* "treeTable.isIdentifierColumn" is always "true" if set, and is set on the single column that uniquely identifies a
* TreeTable row and links it to its children. Such columns will always have "hierarchicalTable.isExpandByColumn"
* set.
*
* "treeTable.isParentIdentifierColumn" is always "true" if set, and is set on the single column that links a
* TreeTable row to its parent row.
*
*
* bytes snapshot_schema = 1;
* @return This builder for chaining.
*/
public Builder clearSnapshotSchema() {
bitField0_ = (bitField0_ & ~0x00000001);
snapshotSchema_ = getDefaultInstance().getSnapshotSchema();
onChanged();
return this;
}
private boolean isStatic_ ;
/**
*
* Whether or not this table might change.
*
*
* bool is_static = 2;
* @return The isStatic.
*/
@java.lang.Override
public boolean getIsStatic() {
return isStatic_;
}
/**
*
* Whether or not this table might change.
*
*
* bool is_static = 2;
* @param value The isStatic to set.
* @return This builder for chaining.
*/
public Builder setIsStatic(boolean value) {
isStatic_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* Whether or not this table might change.
*
*
* bool is_static = 2;
* @return This builder for chaining.
*/
public Builder clearIsStatic() {
bitField0_ = (bitField0_ & ~0x00000002);
isStatic_ = false;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor)
}
// @@protoc_insertion_point(class_scope:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor)
private static final io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor();
}
public static io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public HierarchicalTableDescriptor parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy