Class ColumnDefinitionMessage

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.deephaven.proto.common.ColumnDefinitionMessage
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ColumnDefinitionMessageOrBuilder, Serializable

@Generated public final class ColumnDefinitionMessage extends com.google.protobuf.GeneratedMessage implements ColumnDefinitionMessageOrBuilder
Protobuf type io.deephaven.proto.common.ColumnDefinitionMessage
See Also:
  • Field Details

    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • DATATYPE_FIELD_NUMBER

      public static final int DATATYPE_FIELD_NUMBER
      See Also:
    • COMPONENTTYPE_FIELD_NUMBER

      public static final int COMPONENTTYPE_FIELD_NUMBER
      See Also:
    • COLUMNTYPE_FIELD_NUMBER

      public static final int COLUMNTYPE_FIELD_NUMBER
      See Also:
    • ISVARSIZESTRING_FIELD_NUMBER

      public static final int ISVARSIZESTRING_FIELD_NUMBER
      See Also:
    • ENCODING_FIELD_NUMBER

      public static final int ENCODING_FIELD_NUMBER
      See Also:
    • CODEC_FIELD_NUMBER

      public static final int CODEC_FIELD_NUMBER
      See Also:
    • CODECARGS_FIELD_NUMBER

      public static final int CODECARGS_FIELD_NUMBER
      See Also:
    • OBJECTWIDTHBYTES_FIELD_NUMBER

      public static final int OBJECTWIDTHBYTES_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getName

      public String getName()
      string name = 1;
      Specified by:
      getName in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Specified by:
      getNameBytes in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The bytes for name.
    • getDataType

      public String getDataType()
      string dataType = 2;
      Specified by:
      getDataType in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The dataType.
    • getDataTypeBytes

      public com.google.protobuf.ByteString getDataTypeBytes()
      string dataType = 2;
      Specified by:
      getDataTypeBytes in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The bytes for dataType.
    • hasComponentType

      public boolean hasComponentType()
      optional string componentType = 3;
      Specified by:
      hasComponentType in interface ColumnDefinitionMessageOrBuilder
      Returns:
      Whether the componentType field is set.
    • getComponentType

      public String getComponentType()
      optional string componentType = 3;
      Specified by:
      getComponentType in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The componentType.
    • getComponentTypeBytes

      public com.google.protobuf.ByteString getComponentTypeBytes()
      optional string componentType = 3;
      Specified by:
      getComponentTypeBytes in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The bytes for componentType.
    • hasColumnType

      public boolean hasColumnType()
      optional .io.deephaven.proto.common.ColumnTypeEnum columnType = 4;
      Specified by:
      hasColumnType in interface ColumnDefinitionMessageOrBuilder
      Returns:
      Whether the columnType field is set.
    • getColumnTypeValue

      public int getColumnTypeValue()
      optional .io.deephaven.proto.common.ColumnTypeEnum columnType = 4;
      Specified by:
      getColumnTypeValue in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The enum numeric value on the wire for columnType.
    • getColumnType

      public ColumnTypeEnum getColumnType()
      optional .io.deephaven.proto.common.ColumnTypeEnum columnType = 4;
      Specified by:
      getColumnType in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The columnType.
    • getIsVarSizeString

      public boolean getIsVarSizeString()
      bool isVarSizeString = 5;
      Specified by:
      getIsVarSizeString in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The isVarSizeString.
    • hasEncoding

      public boolean hasEncoding()
      optional .io.deephaven.proto.common.EncodingTypeEnum encoding = 6;
      Specified by:
      hasEncoding in interface ColumnDefinitionMessageOrBuilder
      Returns:
      Whether the encoding field is set.
    • getEncodingValue

      public int getEncodingValue()
      optional .io.deephaven.proto.common.EncodingTypeEnum encoding = 6;
      Specified by:
      getEncodingValue in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The enum numeric value on the wire for encoding.
    • getEncoding

      public EncodingTypeEnum getEncoding()
      optional .io.deephaven.proto.common.EncodingTypeEnum encoding = 6;
      Specified by:
      getEncoding in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The encoding.
    • hasCodec

      public boolean hasCodec()
      optional string codec = 7;
      Specified by:
      hasCodec in interface ColumnDefinitionMessageOrBuilder
      Returns:
      Whether the codec field is set.
    • getCodec

      public String getCodec()
      optional string codec = 7;
      Specified by:
      getCodec in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The codec.
    • getCodecBytes

      public com.google.protobuf.ByteString getCodecBytes()
      optional string codec = 7;
      Specified by:
      getCodecBytes in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The bytes for codec.
    • hasCodecArgs

      public boolean hasCodecArgs()
      optional string codecArgs = 8;
      Specified by:
      hasCodecArgs in interface ColumnDefinitionMessageOrBuilder
      Returns:
      Whether the codecArgs field is set.
    • getCodecArgs

      public String getCodecArgs()
      optional string codecArgs = 8;
      Specified by:
      getCodecArgs in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The codecArgs.
    • getCodecArgsBytes

      public com.google.protobuf.ByteString getCodecArgsBytes()
      optional string codecArgs = 8;
      Specified by:
      getCodecArgsBytes in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The bytes for codecArgs.
    • hasObjectWidthBytes

      public boolean hasObjectWidthBytes()
      optional int32 objectWidthBytes = 9;
      Specified by:
      hasObjectWidthBytes in interface ColumnDefinitionMessageOrBuilder
      Returns:
      Whether the objectWidthBytes field is set.
    • getObjectWidthBytes

      public int getObjectWidthBytes()
      optional int32 objectWidthBytes = 9;
      Specified by:
      getObjectWidthBytes in interface ColumnDefinitionMessageOrBuilder
      Returns:
      The objectWidthBytes.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ColumnDefinitionMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ColumnDefinitionMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ColumnDefinitionMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ColumnDefinitionMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ColumnDefinitionMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ColumnDefinitionMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ColumnDefinitionMessage parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ColumnDefinitionMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ColumnDefinitionMessage parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ColumnDefinitionMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ColumnDefinitionMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ColumnDefinitionMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ColumnDefinitionMessage.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ColumnDefinitionMessage.Builder newBuilder()
    • newBuilder

      public static ColumnDefinitionMessage.Builder newBuilder(ColumnDefinitionMessage prototype)
    • toBuilder

      public ColumnDefinitionMessage.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ColumnDefinitionMessage.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static ColumnDefinitionMessage getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ColumnDefinitionMessage> parser()
    • getParserForType

      public com.google.protobuf.Parser<ColumnDefinitionMessage> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public ColumnDefinitionMessage getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder