Interface FigureDescriptor.SourceDescriptorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FigureDescriptor.SourceDescriptor
,FigureDescriptor.SourceDescriptor.Builder
- Enclosing class:
- FigureDescriptor
public static interface FigureDescriptor.SourceDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring axis_id = 1;
com.google.protobuf.ByteString
string axis_id = 1;
string column_name = 5;
com.google.protobuf.ByteString
string column_name = 5;
string column_type = 6;
com.google.protobuf.ByteString
string column_type = 6;
.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor one_click = 7;
.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor one_click = 7;
int
int32 partitioned_table_id = 4;
int
int32 table_id = 3;
getType()
.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType type = 2;
int
.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType type = 2;
boolean
.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor one_click = 7;
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
FigureDescriptor.SourceType getType().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType type = 2;
- Returns:
- The type.
-
getTableId
int getTableId()int32 table_id = 3;
- Returns:
- The tableId.
-
getPartitionedTableId
int getPartitionedTableId()int32 partitioned_table_id = 4;
- Returns:
- The partitionedTableId.
-
getColumnName
String getColumnName()string column_name = 5;
- Returns:
- The columnName.
-
getColumnNameBytes
com.google.protobuf.ByteString getColumnNameBytes()string column_name = 5;
- Returns:
- The bytes for columnName.
-
getColumnType
String getColumnType()string column_type = 6;
- Returns:
- The columnType.
-
getColumnTypeBytes
com.google.protobuf.ByteString getColumnTypeBytes()string column_type = 6;
- Returns:
- The bytes for columnType.
-
hasOneClick
boolean hasOneClick().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor one_click = 7;
- Returns:
- Whether the oneClick field is set.
-
getOneClick
FigureDescriptor.OneClickDescriptor getOneClick().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor one_click = 7;
- Returns:
- The oneClick.
-
getOneClickOrBuilder
FigureDescriptor.OneClickDescriptorOrBuilder getOneClickOrBuilder().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor one_click = 7;
-