Class Common.ScalarField

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.dingodb.common.Common.ScalarField
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Common.ScalarFieldOrBuilder, Serializable
Enclosing class:
Common

public static final class Common.ScalarField extends com.google.protobuf.GeneratedMessageV3 implements Common.ScalarFieldOrBuilder
Protobuf type dingodb.pb.common.ScalarField
See Also:
  • Field Details

    • BOOL_DATA_FIELD_NUMBER

      public static final int BOOL_DATA_FIELD_NUMBER
      See Also:
    • INT_DATA_FIELD_NUMBER

      public static final int INT_DATA_FIELD_NUMBER
      See Also:
    • LONG_DATA_FIELD_NUMBER

      public static final int LONG_DATA_FIELD_NUMBER
      See Also:
    • FLOAT_DATA_FIELD_NUMBER

      public static final int FLOAT_DATA_FIELD_NUMBER
      See Also:
    • DOUBLE_DATA_FIELD_NUMBER

      public static final int DOUBLE_DATA_FIELD_NUMBER
      See Also:
    • STRING_DATA_FIELD_NUMBER

      public static final int STRING_DATA_FIELD_NUMBER
      See Also:
    • BYTES_DATA_FIELD_NUMBER

      public static final int BYTES_DATA_FIELD_NUMBER
      See Also:
    • DATETIME_DATA_FIELD_NUMBER

      public static final int DATETIME_DATA_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getDataCase

      public Common.ScalarField.DataCase getDataCase()
      Specified by:
      getDataCase in interface Common.ScalarFieldOrBuilder
    • hasBoolData

      public boolean hasBoolData()
      bool bool_data = 1;
      Specified by:
      hasBoolData in interface Common.ScalarFieldOrBuilder
      Returns:
      Whether the boolData field is set.
    • getBoolData

      public boolean getBoolData()
      bool bool_data = 1;
      Specified by:
      getBoolData in interface Common.ScalarFieldOrBuilder
      Returns:
      The boolData.
    • hasIntData

      public boolean hasIntData()
      int32 int_data = 2;
      Specified by:
      hasIntData in interface Common.ScalarFieldOrBuilder
      Returns:
      Whether the intData field is set.
    • getIntData

      public int getIntData()
      int32 int_data = 2;
      Specified by:
      getIntData in interface Common.ScalarFieldOrBuilder
      Returns:
      The intData.
    • hasLongData

      public boolean hasLongData()
      int64 long_data = 3;
      Specified by:
      hasLongData in interface Common.ScalarFieldOrBuilder
      Returns:
      Whether the longData field is set.
    • getLongData

      public long getLongData()
      int64 long_data = 3;
      Specified by:
      getLongData in interface Common.ScalarFieldOrBuilder
      Returns:
      The longData.
    • hasFloatData

      public boolean hasFloatData()
      float float_data = 4;
      Specified by:
      hasFloatData in interface Common.ScalarFieldOrBuilder
      Returns:
      Whether the floatData field is set.
    • getFloatData

      public float getFloatData()
      float float_data = 4;
      Specified by:
      getFloatData in interface Common.ScalarFieldOrBuilder
      Returns:
      The floatData.
    • hasDoubleData

      public boolean hasDoubleData()
      double double_data = 5;
      Specified by:
      hasDoubleData in interface Common.ScalarFieldOrBuilder
      Returns:
      Whether the doubleData field is set.
    • getDoubleData

      public double getDoubleData()
      double double_data = 5;
      Specified by:
      getDoubleData in interface Common.ScalarFieldOrBuilder
      Returns:
      The doubleData.
    • hasStringData

      public boolean hasStringData()
      string string_data = 6;
      Specified by:
      hasStringData in interface Common.ScalarFieldOrBuilder
      Returns:
      Whether the stringData field is set.
    • getStringData

      public String getStringData()
      string string_data = 6;
      Specified by:
      getStringData in interface Common.ScalarFieldOrBuilder
      Returns:
      The stringData.
    • getStringDataBytes

      public com.google.protobuf.ByteString getStringDataBytes()
      string string_data = 6;
      Specified by:
      getStringDataBytes in interface Common.ScalarFieldOrBuilder
      Returns:
      The bytes for stringData.
    • hasBytesData

      public boolean hasBytesData()
      bytes bytes_data = 7;
      Specified by:
      hasBytesData in interface Common.ScalarFieldOrBuilder
      Returns:
      Whether the bytesData field is set.
    • getBytesData

      public com.google.protobuf.ByteString getBytesData()
      bytes bytes_data = 7;
      Specified by:
      getBytesData in interface Common.ScalarFieldOrBuilder
      Returns:
      The bytesData.
    • hasDatetimeData

      public boolean hasDatetimeData()
      string datetime_data = 8;
      Specified by:
      hasDatetimeData in interface Common.ScalarFieldOrBuilder
      Returns:
      Whether the datetimeData field is set.
    • getDatetimeData

      public String getDatetimeData()
      string datetime_data = 8;
      Specified by:
      getDatetimeData in interface Common.ScalarFieldOrBuilder
      Returns:
      The datetimeData.
    • getDatetimeDataBytes

      public com.google.protobuf.ByteString getDatetimeDataBytes()
      string datetime_data = 8;
      Specified by:
      getDatetimeDataBytes in interface Common.ScalarFieldOrBuilder
      Returns:
      The bytes for datetimeData.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • 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.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • 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 Common.ScalarField parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static Common.ScalarField parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static Common.ScalarField parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static Common.ScalarField.Builder newBuilder()
    • newBuilder

      public static Common.ScalarField.Builder newBuilder(Common.ScalarField prototype)
    • toBuilder

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

      protected Common.ScalarField.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Common.ScalarField getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Common.ScalarField> 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.GeneratedMessageV3
    • getDefaultInstanceForType

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