Package io.deephaven.proto.common
Interface ColumnDefinitionMessageOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ColumnDefinitionMessage
,ColumnDefinitionMessage.Builder
public interface ColumnDefinitionMessageOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCodec()
optional string codec = 7;
optional string codecArgs = 8;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string codecArgs = 8;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string codec = 7;
optional .io.deephaven.proto.common.ColumnTypeEnum columnType = 4;
int
optional .io.deephaven.proto.common.ColumnTypeEnum columnType = 4;
optional string componentType = 3;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string componentType = 3;
string dataType = 2;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string dataType = 2;
optional .io.deephaven.proto.common.EncodingTypeEnum encoding = 6;
int
optional .io.deephaven.proto.common.EncodingTypeEnum encoding = 6;
boolean
bool isVarSizeString = 5;
getName()
string name = 1;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string name = 1;
int
optional int32 objectWidthBytes = 9;
boolean
hasCodec()
optional string codec = 7;
boolean
optional string codecArgs = 8;
boolean
optional .io.deephaven.proto.common.ColumnTypeEnum columnType = 4;
boolean
optional string componentType = 3;
boolean
optional .io.deephaven.proto.common.EncodingTypeEnum encoding = 6;
boolean
optional int32 objectWidthBytes = 9;
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;
- Returns:
- The name.
-
getNameBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getNameBytes()string name = 1;
- Returns:
- The bytes for name.
-
getDataType
String getDataType()string dataType = 2;
- Returns:
- The dataType.
-
getDataTypeBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getDataTypeBytes()string dataType = 2;
- Returns:
- The bytes for dataType.
-
hasComponentType
boolean hasComponentType()optional string componentType = 3;
- Returns:
- Whether the componentType field is set.
-
getComponentType
String getComponentType()optional string componentType = 3;
- Returns:
- The componentType.
-
getComponentTypeBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getComponentTypeBytes()optional string componentType = 3;
- Returns:
- The bytes for componentType.
-
hasColumnType
boolean hasColumnType()optional .io.deephaven.proto.common.ColumnTypeEnum columnType = 4;
- Returns:
- Whether the columnType field is set.
-
getColumnTypeValue
int getColumnTypeValue()optional .io.deephaven.proto.common.ColumnTypeEnum columnType = 4;
- Returns:
- The enum numeric value on the wire for columnType.
-
getColumnType
ColumnTypeEnum getColumnType()optional .io.deephaven.proto.common.ColumnTypeEnum columnType = 4;
- Returns:
- The columnType.
-
getIsVarSizeString
boolean getIsVarSizeString()bool isVarSizeString = 5;
- Returns:
- The isVarSizeString.
-
hasEncoding
boolean hasEncoding()optional .io.deephaven.proto.common.EncodingTypeEnum encoding = 6;
- Returns:
- Whether the encoding field is set.
-
getEncodingValue
int getEncodingValue()optional .io.deephaven.proto.common.EncodingTypeEnum encoding = 6;
- Returns:
- The enum numeric value on the wire for encoding.
-
getEncoding
EncodingTypeEnum getEncoding()optional .io.deephaven.proto.common.EncodingTypeEnum encoding = 6;
- Returns:
- The encoding.
-
hasCodec
boolean hasCodec()optional string codec = 7;
- Returns:
- Whether the codec field is set.
-
getCodec
String getCodec()optional string codec = 7;
- Returns:
- The codec.
-
getCodecBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getCodecBytes()optional string codec = 7;
- Returns:
- The bytes for codec.
-
hasCodecArgs
boolean hasCodecArgs()optional string codecArgs = 8;
- Returns:
- Whether the codecArgs field is set.
-
getCodecArgs
String getCodecArgs()optional string codecArgs = 8;
- Returns:
- The codecArgs.
-
getCodecArgsBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getCodecArgsBytes()optional string codecArgs = 8;
- Returns:
- The bytes for codecArgs.
-
hasObjectWidthBytes
boolean hasObjectWidthBytes()optional int32 objectWidthBytes = 9;
- Returns:
- Whether the objectWidthBytes field is set.
-
getObjectWidthBytes
int getObjectWidthBytes()optional int32 objectWidthBytes = 9;
- Returns:
- The objectWidthBytes.
-