Class HierarchicalTableViewKeyTableDescriptor

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, HierarchicalTableViewKeyTableDescriptorOrBuilder, Serializable

public final class HierarchicalTableViewKeyTableDescriptor extends com.google.protobuf.GeneratedMessageV3 implements HierarchicalTableViewKeyTableDescriptorOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor
See Also:
  • Field Details

    • KEY_TABLE_ID_FIELD_NUMBER

      public static final int KEY_TABLE_ID_FIELD_NUMBER
      See Also:
    • KEY_TABLE_ACTION_COLUMN_FIELD_NUMBER

      public static final int KEY_TABLE_ACTION_COLUMN_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasKeyTableId

      public boolean hasKeyTableId()
       Ticket that represents a Table of expanded or contracted keys from a HierarchicalTable (RollupTable or TreeTable).
       The format for the key Table is dictated by the schema from the corresponding HierarchicalTableDescriptor. It is
       expected to have one column for each "expand-by column", including the "row depth column" for RollupTables only,
       and (optionally) an "action" column whose name is specified in the key_table_action_column field.
       If the Table is empty the result will have only default nodes expanded.
       
      .io.deephaven.proto.backplane.grpc.Ticket key_table_id = 1;
      Specified by:
      hasKeyTableId in interface HierarchicalTableViewKeyTableDescriptorOrBuilder
      Returns:
      Whether the keyTableId field is set.
    • getKeyTableId

      public Ticket getKeyTableId()
       Ticket that represents a Table of expanded or contracted keys from a HierarchicalTable (RollupTable or TreeTable).
       The format for the key Table is dictated by the schema from the corresponding HierarchicalTableDescriptor. It is
       expected to have one column for each "expand-by column", including the "row depth column" for RollupTables only,
       and (optionally) an "action" column whose name is specified in the key_table_action_column field.
       If the Table is empty the result will have only default nodes expanded.
       
      .io.deephaven.proto.backplane.grpc.Ticket key_table_id = 1;
      Specified by:
      getKeyTableId in interface HierarchicalTableViewKeyTableDescriptorOrBuilder
      Returns:
      The keyTableId.
    • getKeyTableIdOrBuilder

      public TicketOrBuilder getKeyTableIdOrBuilder()
       Ticket that represents a Table of expanded or contracted keys from a HierarchicalTable (RollupTable or TreeTable).
       The format for the key Table is dictated by the schema from the corresponding HierarchicalTableDescriptor. It is
       expected to have one column for each "expand-by column", including the "row depth column" for RollupTables only,
       and (optionally) an "action" column whose name is specified in the key_table_action_column field.
       If the Table is empty the result will have only default nodes expanded.
       
      .io.deephaven.proto.backplane.grpc.Ticket key_table_id = 1;
      Specified by:
      getKeyTableIdOrBuilder in interface HierarchicalTableViewKeyTableDescriptorOrBuilder
    • hasKeyTableActionColumn

      public boolean hasKeyTableActionColumn()
       The name of a column of bytes found in the key table that specifies the action desired for the node selected by
       the other columns for each row. Takes on the value 1 for nodes that should be expanded, 3 for nodes that should be
       expanded along with their descendants, and 4 for nodes that should be contracted.
       If this column name is not present, all nodes in the key table will be expanded without their descendants.
       
      optional string key_table_action_column = 2;
      Specified by:
      hasKeyTableActionColumn in interface HierarchicalTableViewKeyTableDescriptorOrBuilder
      Returns:
      Whether the keyTableActionColumn field is set.
    • getKeyTableActionColumn

      public String getKeyTableActionColumn()
       The name of a column of bytes found in the key table that specifies the action desired for the node selected by
       the other columns for each row. Takes on the value 1 for nodes that should be expanded, 3 for nodes that should be
       expanded along with their descendants, and 4 for nodes that should be contracted.
       If this column name is not present, all nodes in the key table will be expanded without their descendants.
       
      optional string key_table_action_column = 2;
      Specified by:
      getKeyTableActionColumn in interface HierarchicalTableViewKeyTableDescriptorOrBuilder
      Returns:
      The keyTableActionColumn.
    • getKeyTableActionColumnBytes

      public com.google.protobuf.ByteString getKeyTableActionColumnBytes()
       The name of a column of bytes found in the key table that specifies the action desired for the node selected by
       the other columns for each row. Takes on the value 1 for nodes that should be expanded, 3 for nodes that should be
       expanded along with their descendants, and 4 for nodes that should be contracted.
       If this column name is not present, all nodes in the key table will be expanded without their descendants.
       
      optional string key_table_action_column = 2;
      Specified by:
      getKeyTableActionColumnBytes in interface HierarchicalTableViewKeyTableDescriptorOrBuilder
      Returns:
      The bytes for keyTableActionColumn.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static HierarchicalTableViewKeyTableDescriptor parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static HierarchicalTableViewKeyTableDescriptor parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static HierarchicalTableViewKeyTableDescriptor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static HierarchicalTableViewKeyTableDescriptor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static HierarchicalTableViewKeyTableDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static HierarchicalTableViewKeyTableDescriptor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static HierarchicalTableViewKeyTableDescriptor parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static HierarchicalTableViewKeyTableDescriptor parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static HierarchicalTableViewKeyTableDescriptor parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static HierarchicalTableViewKeyTableDescriptor parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static HierarchicalTableViewKeyTableDescriptor parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static HierarchicalTableViewKeyTableDescriptor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected HierarchicalTableViewKeyTableDescriptor.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static HierarchicalTableViewKeyTableDescriptor getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<HierarchicalTableViewKeyTableDescriptor> parser()
    • getParserForType

      public com.google.protobuf.Parser<HierarchicalTableViewKeyTableDescriptor> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public HierarchicalTableViewKeyTableDescriptor getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder