Interface FigureDescriptorOrBuilder

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

public interface FigureDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasTitle

      boolean hasTitle()
      optional string title = 1;
      Returns:
      Whether the title field is set.
    • getTitle

      String getTitle()
      optional string title = 1;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      optional string title = 1;
      Returns:
      The bytes for title.
    • getTitleFont

      String getTitleFont()
      string title_font = 2;
      Returns:
      The titleFont.
    • getTitleFontBytes

      com.google.protobuf.ByteString getTitleFontBytes()
      string title_font = 2;
      Returns:
      The bytes for titleFont.
    • getTitleColor

      String getTitleColor()
      string title_color = 3;
      Returns:
      The titleColor.
    • getTitleColorBytes

      com.google.protobuf.ByteString getTitleColorBytes()
      string title_color = 3;
      Returns:
      The bytes for titleColor.
    • getUpdateInterval

      long getUpdateInterval()
      int64 update_interval = 7 [jstype = JS_STRING];
      Returns:
      The updateInterval.
    • getCols

      int getCols()
      int32 cols = 8;
      Returns:
      The cols.
    • getRows

      int getRows()
      int32 rows = 9;
      Returns:
      The rows.
    • getChartsList

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
    • getCharts

      FigureDescriptor.ChartDescriptor getCharts(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
    • getChartsCount

      int getChartsCount()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
    • getChartsOrBuilderList

      List<? extends FigureDescriptor.ChartDescriptorOrBuilder> getChartsOrBuilderList()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
    • getChartsOrBuilder

      FigureDescriptor.ChartDescriptorOrBuilder getChartsOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
    • getErrorsList

      List<String> getErrorsList()
      repeated string errors = 13;
      Returns:
      A list containing the errors.
    • getErrorsCount

      int getErrorsCount()
      repeated string errors = 13;
      Returns:
      The count of errors.
    • getErrors

      String getErrors(int index)
      repeated string errors = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The errors at the given index.
    • getErrorsBytes

      com.google.protobuf.ByteString getErrorsBytes(int index)
      repeated string errors = 13;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the errors at the given index.