Interface InputTableMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InputTableMetadata,InputTableMetadata.Builder
@Generated
public interface InputTableMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsColumnInfo(String key) a map from column name to column info, each column that participates in input table updates is included in the map.Deprecated.inta map from column name to column info, each column that participates in input table updates is included in the map.a map from column name to column info, each column that participates in input table updates is included in the map.getColumnInfoOrDefault(String key, InputTableColumnInfo defaultValue) a map from column name to column info, each column that participates in input table updates is included in the map.a map from column name to column info, each column that participates in input table updates is included in the map.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getColumnInfoCount
int getColumnInfoCount()a map from column name to column info, each column that participates in input table updates is included in the map. Additional columns are not part of the input table update
map<string, .io.deephaven.proto.backplane.grpc.InputTableColumnInfo> column_info = 1; -
containsColumnInfo
a map from column name to column info, each column that participates in input table updates is included in the map. Additional columns are not part of the input table update
map<string, .io.deephaven.proto.backplane.grpc.InputTableColumnInfo> column_info = 1; -
getColumnInfo
Deprecated.UsegetColumnInfoMap()instead. -
getColumnInfoMap
Map<String,InputTableColumnInfo> getColumnInfoMap()a map from column name to column info, each column that participates in input table updates is included in the map. Additional columns are not part of the input table update
map<string, .io.deephaven.proto.backplane.grpc.InputTableColumnInfo> column_info = 1; -
getColumnInfoOrDefault
a map from column name to column info, each column that participates in input table updates is included in the map. Additional columns are not part of the input table update
map<string, .io.deephaven.proto.backplane.grpc.InputTableColumnInfo> column_info = 1; -
getColumnInfoOrThrow
a map from column name to column info, each column that participates in input table updates is included in the map. Additional columns are not part of the input table update
map<string, .io.deephaven.proto.backplane.grpc.InputTableColumnInfo> column_info = 1;
-