Interface InputTableMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InputTableMetadata, InputTableMetadata.Builder

@Generated public interface InputTableMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    a map from column name to column info, each column that participates in input table updates is included in the map.
    Deprecated.
    int
    a map from column name to column info, each column that participates in input table updates is included in the map.
    a map from column name to column info, each column that participates in input table updates is included in the map.
    a map from column name to column info, each column that participates in input table updates is included in the map.
    a map from column name to column info, each column that participates in input table updates is included in the map.

    Methods 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

    • getColumnInfoCount

      int getColumnInfoCount()
       a map from column name to column info, each column that participates in input table updates is included in the
       map.  Additional columns are not part of the input table update
       
      map<string, .io.deephaven.proto.backplane.grpc.InputTableColumnInfo> column_info = 1;
    • containsColumnInfo

      boolean containsColumnInfo(String key)
       a map from column name to column info, each column that participates in input table updates is included in the
       map.  Additional columns are not part of the input table update
       
      map<string, .io.deephaven.proto.backplane.grpc.InputTableColumnInfo> column_info = 1;
    • getColumnInfo

      Deprecated.
      Use getColumnInfoMap() instead.
    • getColumnInfoMap

      Map<String,InputTableColumnInfo> getColumnInfoMap()
       a map from column name to column info, each column that participates in input table updates is included in the
       map.  Additional columns are not part of the input table update
       
      map<string, .io.deephaven.proto.backplane.grpc.InputTableColumnInfo> column_info = 1;
    • getColumnInfoOrDefault

      InputTableColumnInfo getColumnInfoOrDefault(String key, InputTableColumnInfo defaultValue)
       a map from column name to column info, each column that participates in input table updates is included in the
       map.  Additional columns are not part of the input table update
       
      map<string, .io.deephaven.proto.backplane.grpc.InputTableColumnInfo> column_info = 1;
    • getColumnInfoOrThrow

      InputTableColumnInfo getColumnInfoOrThrow(String key)
       a map from column name to column info, each column that participates in input table updates is included in the
       map.  Additional columns are not part of the input table update
       
      map<string, .io.deephaven.proto.backplane.grpc.InputTableColumnInfo> column_info = 1;