Class HierarchicalTableViewKeyTableDescriptor.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, HierarchicalTableViewKeyTableDescriptorOrBuilder, Cloneable
Enclosing class:
HierarchicalTableViewKeyTableDescriptor

public static final class HierarchicalTableViewKeyTableDescriptor.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder> implements HierarchicalTableViewKeyTableDescriptorOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor
  • Method Details

    • 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.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • setField

      public HierarchicalTableViewKeyTableDescriptor.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • clearField

      public HierarchicalTableViewKeyTableDescriptor.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • clearOneof

      public HierarchicalTableViewKeyTableDescriptor.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • setRepeatedField

      public HierarchicalTableViewKeyTableDescriptor.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • addRepeatedField

      public HierarchicalTableViewKeyTableDescriptor.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • mergeFrom

      public HierarchicalTableViewKeyTableDescriptor.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • mergeFrom

      public HierarchicalTableViewKeyTableDescriptor.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
      Throws:
      IOException
    • 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.
    • setKeyTableId

       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;
    • setKeyTableId

      public HierarchicalTableViewKeyTableDescriptor.Builder setKeyTableId(Ticket.Builder builderForValue)
       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;
    • mergeKeyTableId

       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;
    • clearKeyTableId

       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;
    • getKeyTableIdBuilder

      public Ticket.Builder getKeyTableIdBuilder()
       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;
    • 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.
    • setKeyTableActionColumn

      public HierarchicalTableViewKeyTableDescriptor.Builder setKeyTableActionColumn(String value)
       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;
      Parameters:
      value - The keyTableActionColumn to set.
      Returns:
      This builder for chaining.
    • clearKeyTableActionColumn

      public HierarchicalTableViewKeyTableDescriptor.Builder clearKeyTableActionColumn()
       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;
      Returns:
      This builder for chaining.
    • setKeyTableActionColumnBytes

      public HierarchicalTableViewKeyTableDescriptor.Builder setKeyTableActionColumnBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for keyTableActionColumn to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final HierarchicalTableViewKeyTableDescriptor.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>
    • mergeUnknownFields

      public final HierarchicalTableViewKeyTableDescriptor.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HierarchicalTableViewKeyTableDescriptor.Builder>