Interface FigureDescriptor.MultiSeriesSourceDescriptorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FigureDescriptor.MultiSeriesSourceDescriptor, FigureDescriptor.MultiSeriesSourceDescriptor.Builder
Enclosing class:
FigureDescriptor

public static interface FigureDescriptor.MultiSeriesSourceDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string axis_id = 1;
    com.google.protobuf.ByteString
    string axis_id = 1;
    string column_name = 4;
    com.google.protobuf.ByteString
    string column_name = 4;
    int
    int32 partitioned_table_id = 3;
    .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType type = 2;
    int
    .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType type = 2;

    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

    • getAxisId

      String getAxisId()
      string axis_id = 1;
      Returns:
      The axisId.
    • getAxisIdBytes

      com.google.protobuf.ByteString getAxisIdBytes()
      string axis_id = 1;
      Returns:
      The bytes for axisId.
    • getTypeValue

      int getTypeValue()
      .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType type = 2;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType type = 2;
      Returns:
      The type.
    • getPartitionedTableId

      int getPartitionedTableId()
      int32 partitioned_table_id = 3;
      Returns:
      The partitionedTableId.
    • getColumnName

      String getColumnName()
      string column_name = 4;
      Returns:
      The columnName.
    • getColumnNameBytes

      com.google.protobuf.ByteString getColumnNameBytes()
      string column_name = 4;
      Returns:
      The bytes for columnName.