Class ScalarProtos.ScalarValue

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
dev.vortex.proto.ScalarProtos.ScalarValue
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ScalarProtos.ScalarValueOrBuilder, Serializable
Enclosing class:
ScalarProtos

public static final class ScalarProtos.ScalarValue extends com.google.protobuf.GeneratedMessage implements ScalarProtos.ScalarValueOrBuilder
Protobuf type vortex.scalar.ScalarValue
See Also:
  • Field Details

    • NULL_VALUE_FIELD_NUMBER

      public static final int NULL_VALUE_FIELD_NUMBER
      See Also:
    • BOOL_VALUE_FIELD_NUMBER

      public static final int BOOL_VALUE_FIELD_NUMBER
      See Also:
    • INT64_VALUE_FIELD_NUMBER

      public static final int INT64_VALUE_FIELD_NUMBER
      See Also:
    • UINT64_VALUE_FIELD_NUMBER

      public static final int UINT64_VALUE_FIELD_NUMBER
      See Also:
    • F32_VALUE_FIELD_NUMBER

      public static final int F32_VALUE_FIELD_NUMBER
      See Also:
    • F64_VALUE_FIELD_NUMBER

      public static final int F64_VALUE_FIELD_NUMBER
      See Also:
    • STRING_VALUE_FIELD_NUMBER

      public static final int STRING_VALUE_FIELD_NUMBER
      See Also:
    • BYTES_VALUE_FIELD_NUMBER

      public static final int BYTES_VALUE_FIELD_NUMBER
      See Also:
    • LIST_VALUE_FIELD_NUMBER

      public static final int LIST_VALUE_FIELD_NUMBER
      See Also:
    • F16_VALUE_FIELD_NUMBER

      public static final int F16_VALUE_FIELD_NUMBER
      See Also:
    • VARIANT_VALUE_FIELD_NUMBER

      public static final int VARIANT_VALUE_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

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

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

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

      public ScalarProtos.ScalarValue.KindCase getKindCase()
      Specified by:
      getKindCase in interface ScalarProtos.ScalarValueOrBuilder
    • hasNullValue

      public boolean hasNullValue()
      .google.protobuf.NullValue null_value = 1;
      Specified by:
      hasNullValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the nullValue field is set.
    • getNullValueValue

      public int getNullValueValue()
      .google.protobuf.NullValue null_value = 1;
      Specified by:
      getNullValueValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The enum numeric value on the wire for nullValue.
    • getNullValue

      public NullValue getNullValue()
      .google.protobuf.NullValue null_value = 1;
      Specified by:
      getNullValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The nullValue.
    • hasBoolValue

      public boolean hasBoolValue()
      bool bool_value = 2;
      Specified by:
      hasBoolValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the boolValue field is set.
    • getBoolValue

      public boolean getBoolValue()
      bool bool_value = 2;
      Specified by:
      getBoolValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The boolValue.
    • hasInt64Value

      public boolean hasInt64Value()
      sint64 int64_value = 3;
      Specified by:
      hasInt64Value in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the int64Value field is set.
    • getInt64Value

      public long getInt64Value()
      sint64 int64_value = 3;
      Specified by:
      getInt64Value in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The int64Value.
    • hasUint64Value

      public boolean hasUint64Value()
      uint64 uint64_value = 4;
      Specified by:
      hasUint64Value in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the uint64Value field is set.
    • getUint64Value

      public long getUint64Value()
      uint64 uint64_value = 4;
      Specified by:
      getUint64Value in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The uint64Value.
    • hasF32Value

      public boolean hasF32Value()
      float f32_value = 5;
      Specified by:
      hasF32Value in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the f32Value field is set.
    • getF32Value

      public float getF32Value()
      float f32_value = 5;
      Specified by:
      getF32Value in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The f32Value.
    • hasF64Value

      public boolean hasF64Value()
      double f64_value = 6;
      Specified by:
      hasF64Value in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the f64Value field is set.
    • getF64Value

      public double getF64Value()
      double f64_value = 6;
      Specified by:
      getF64Value in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The f64Value.
    • hasStringValue

      public boolean hasStringValue()
      string string_value = 7;
      Specified by:
      hasStringValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      public String getStringValue()
      string string_value = 7;
      Specified by:
      getStringValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The stringValue.
    • getStringValueBytes

      public com.google.protobuf.ByteString getStringValueBytes()
      string string_value = 7;
      Specified by:
      getStringValueBytes in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The bytes for stringValue.
    • hasBytesValue

      public boolean hasBytesValue()
      bytes bytes_value = 8;
      Specified by:
      hasBytesValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the bytesValue field is set.
    • getBytesValue

      public com.google.protobuf.ByteString getBytesValue()
      bytes bytes_value = 8;
      Specified by:
      getBytesValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The bytesValue.
    • hasListValue

      public boolean hasListValue()
      .vortex.scalar.ListValue list_value = 9;
      Specified by:
      hasListValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the listValue field is set.
    • getListValue

      public ScalarProtos.ListValue getListValue()
      .vortex.scalar.ListValue list_value = 9;
      Specified by:
      getListValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The listValue.
    • getListValueOrBuilder

      public ScalarProtos.ListValueOrBuilder getListValueOrBuilder()
      .vortex.scalar.ListValue list_value = 9;
      Specified by:
      getListValueOrBuilder in interface ScalarProtos.ScalarValueOrBuilder
    • hasF16Value

      public boolean hasF16Value()
      uint64 f16_value = 10;
      Specified by:
      hasF16Value in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the f16Value field is set.
    • getF16Value

      public long getF16Value()
      uint64 f16_value = 10;
      Specified by:
      getF16Value in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The f16Value.
    • hasVariantValue

      public boolean hasVariantValue()
       Variant scalars carry a row-specific nested scalar.
       See RFC 0015: https://github.com/vortex-data/rfcs/blob/develop/accepted/0015-variant-type.md
       
      .vortex.scalar.Scalar variant_value = 11;
      Specified by:
      hasVariantValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      Whether the variantValue field is set.
    • getVariantValue

      public ScalarProtos.Scalar getVariantValue()
       Variant scalars carry a row-specific nested scalar.
       See RFC 0015: https://github.com/vortex-data/rfcs/blob/develop/accepted/0015-variant-type.md
       
      .vortex.scalar.Scalar variant_value = 11;
      Specified by:
      getVariantValue in interface ScalarProtos.ScalarValueOrBuilder
      Returns:
      The variantValue.
    • getVariantValueOrBuilder

      public ScalarProtos.ScalarOrBuilder getVariantValueOrBuilder()
       Variant scalars carry a row-specific nested scalar.
       See RFC 0015: https://github.com/vortex-data/rfcs/blob/develop/accepted/0015-variant-type.md
       
      .vortex.scalar.Scalar variant_value = 11;
      Specified by:
      getVariantValueOrBuilder in interface ScalarProtos.ScalarValueOrBuilder
    • 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 ScalarProtos.ScalarValue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static ScalarProtos.ScalarValue parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static ScalarProtos.ScalarValue parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static ScalarProtos.ScalarValue.Builder newBuilder()
    • newBuilder

      public static ScalarProtos.ScalarValue.Builder newBuilder(ScalarProtos.ScalarValue prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static ScalarProtos.ScalarValue getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<ScalarProtos.ScalarValue> 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 ScalarProtos.ScalarValue getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder