Interface InputTableColumnInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .io.deephaven.proto.backplane.grpc.InputTableColumnInfo.Kind kind = 1;
    int
    .io.deephaven.proto.backplane.grpc.InputTableColumnInfo.Kind kind = 1;
    com.google.protobuf.Any
    getRestrictions(int index)
    Any restrictions on the column's values, which are implementation specific.
    int
    Any restrictions on the column's values, which are implementation specific.
    List<com.google.protobuf.Any>
    Any restrictions on the column's values, which are implementation specific.
    com.google.protobuf.AnyOrBuilder
    Any restrictions on the column's values, which are implementation specific.
    List<? extends com.google.protobuf.AnyOrBuilder>
    Any restrictions on the column's values, which are implementation specific.

    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

    • getKindValue

      int getKindValue()
      .io.deephaven.proto.backplane.grpc.InputTableColumnInfo.Kind kind = 1;
      Returns:
      The enum numeric value on the wire for kind.
    • getKind

      .io.deephaven.proto.backplane.grpc.InputTableColumnInfo.Kind kind = 1;
      Returns:
      The kind.
    • getRestrictionsList

      List<com.google.protobuf.Any> getRestrictionsList()
       Any restrictions on the column's values, which are implementation specific.  The server enforces these
       constraints, but they are included in the metadata so that the UI can display them to the user.
       
      repeated .google.protobuf.Any restrictions = 2;
    • getRestrictions

      com.google.protobuf.Any getRestrictions(int index)
       Any restrictions on the column's values, which are implementation specific.  The server enforces these
       constraints, but they are included in the metadata so that the UI can display them to the user.
       
      repeated .google.protobuf.Any restrictions = 2;
    • getRestrictionsCount

      int getRestrictionsCount()
       Any restrictions on the column's values, which are implementation specific.  The server enforces these
       constraints, but they are included in the metadata so that the UI can display them to the user.
       
      repeated .google.protobuf.Any restrictions = 2;
    • getRestrictionsOrBuilderList

      List<? extends com.google.protobuf.AnyOrBuilder> getRestrictionsOrBuilderList()
       Any restrictions on the column's values, which are implementation specific.  The server enforces these
       constraints, but they are included in the metadata so that the UI can display them to the user.
       
      repeated .google.protobuf.Any restrictions = 2;
    • getRestrictionsOrBuilder

      com.google.protobuf.AnyOrBuilder getRestrictionsOrBuilder(int index)
       Any restrictions on the column's values, which are implementation specific.  The server enforces these
       constraints, but they are included in the metadata so that the UI can display them to the user.
       
      repeated .google.protobuf.Any restrictions = 2;