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 Summary
Modifier and TypeMethodDescriptiongetCharts
(int index) repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
int
repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
getChartsOrBuilder
(int index) repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
List<? extends FigureDescriptor.ChartDescriptorOrBuilder>
repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
int
getCols()
int32 cols = 8;
getErrors
(int index) repeated string errors = 13;
com.google.protobuf.ByteString
getErrorsBytes
(int index) repeated string errors = 13;
int
repeated string errors = 13;
repeated string errors = 13;
int
getRows()
int32 rows = 9;
getTitle()
optional string title = 1;
com.google.protobuf.ByteString
optional string title = 1;
string title_color = 3;
com.google.protobuf.ByteString
string title_color = 3;
string title_font = 2;
com.google.protobuf.ByteString
string title_font = 2;
long
int64 update_interval = 7 [jstype = JS_STRING];
boolean
hasTitle()
optional string title = 1;
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
-
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
List<FigureDescriptor.ChartDescriptor> getChartsList()repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
-
getCharts
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
repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10;
-
getErrorsList
repeated string errors = 13;
- Returns:
- A list containing the errors.
-
getErrorsCount
int getErrorsCount()repeated string errors = 13;
- Returns:
- The count of errors.
-
getErrors
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.
-