Class TemplateArrayValue

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.milvus.grpc.TemplateArrayValue
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, TemplateArrayValueOrBuilder, Serializable

public final class TemplateArrayValue extends com.google.protobuf.GeneratedMessageV3 implements TemplateArrayValueOrBuilder
Protobuf type milvus.proto.schema.TemplateArrayValue
See Also:
  • Field Details

    • BOOL_DATA_FIELD_NUMBER

      public static final int BOOL_DATA_FIELD_NUMBER
      See Also:
    • LONG_DATA_FIELD_NUMBER

      public static final int LONG_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:
    • ARRAY_DATA_FIELD_NUMBER

      public static final int ARRAY_DATA_FIELD_NUMBER
      See Also:
    • JSON_DATA_FIELD_NUMBER

      public static final int JSON_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 TemplateArrayValue.DataCase getDataCase()
      Specified by:
      getDataCase in interface TemplateArrayValueOrBuilder
    • hasBoolData

      public boolean hasBoolData()
      .milvus.proto.schema.BoolArray bool_data = 1;
      Specified by:
      hasBoolData in interface TemplateArrayValueOrBuilder
      Returns:
      Whether the boolData field is set.
    • getBoolData

      public BoolArray getBoolData()
      .milvus.proto.schema.BoolArray bool_data = 1;
      Specified by:
      getBoolData in interface TemplateArrayValueOrBuilder
      Returns:
      The boolData.
    • getBoolDataOrBuilder

      public BoolArrayOrBuilder getBoolDataOrBuilder()
      .milvus.proto.schema.BoolArray bool_data = 1;
      Specified by:
      getBoolDataOrBuilder in interface TemplateArrayValueOrBuilder
    • hasLongData

      public boolean hasLongData()
      .milvus.proto.schema.LongArray long_data = 2;
      Specified by:
      hasLongData in interface TemplateArrayValueOrBuilder
      Returns:
      Whether the longData field is set.
    • getLongData

      public LongArray getLongData()
      .milvus.proto.schema.LongArray long_data = 2;
      Specified by:
      getLongData in interface TemplateArrayValueOrBuilder
      Returns:
      The longData.
    • getLongDataOrBuilder

      public LongArrayOrBuilder getLongDataOrBuilder()
      .milvus.proto.schema.LongArray long_data = 2;
      Specified by:
      getLongDataOrBuilder in interface TemplateArrayValueOrBuilder
    • hasDoubleData

      public boolean hasDoubleData()
      .milvus.proto.schema.DoubleArray double_data = 3;
      Specified by:
      hasDoubleData in interface TemplateArrayValueOrBuilder
      Returns:
      Whether the doubleData field is set.
    • getDoubleData

      public DoubleArray getDoubleData()
      .milvus.proto.schema.DoubleArray double_data = 3;
      Specified by:
      getDoubleData in interface TemplateArrayValueOrBuilder
      Returns:
      The doubleData.
    • getDoubleDataOrBuilder

      public DoubleArrayOrBuilder getDoubleDataOrBuilder()
      .milvus.proto.schema.DoubleArray double_data = 3;
      Specified by:
      getDoubleDataOrBuilder in interface TemplateArrayValueOrBuilder
    • hasStringData

      public boolean hasStringData()
      .milvus.proto.schema.StringArray string_data = 4;
      Specified by:
      hasStringData in interface TemplateArrayValueOrBuilder
      Returns:
      Whether the stringData field is set.
    • getStringData

      public StringArray getStringData()
      .milvus.proto.schema.StringArray string_data = 4;
      Specified by:
      getStringData in interface TemplateArrayValueOrBuilder
      Returns:
      The stringData.
    • getStringDataOrBuilder

      public StringArrayOrBuilder getStringDataOrBuilder()
      .milvus.proto.schema.StringArray string_data = 4;
      Specified by:
      getStringDataOrBuilder in interface TemplateArrayValueOrBuilder
    • hasArrayData

      public boolean hasArrayData()
      .milvus.proto.schema.TemplateArrayValueArray array_data = 5;
      Specified by:
      hasArrayData in interface TemplateArrayValueOrBuilder
      Returns:
      Whether the arrayData field is set.
    • getArrayData

      public TemplateArrayValueArray getArrayData()
      .milvus.proto.schema.TemplateArrayValueArray array_data = 5;
      Specified by:
      getArrayData in interface TemplateArrayValueOrBuilder
      Returns:
      The arrayData.
    • getArrayDataOrBuilder

      public TemplateArrayValueArrayOrBuilder getArrayDataOrBuilder()
      .milvus.proto.schema.TemplateArrayValueArray array_data = 5;
      Specified by:
      getArrayDataOrBuilder in interface TemplateArrayValueOrBuilder
    • hasJsonData

      public boolean hasJsonData()
      .milvus.proto.schema.JSONArray json_data = 6;
      Specified by:
      hasJsonData in interface TemplateArrayValueOrBuilder
      Returns:
      Whether the jsonData field is set.
    • getJsonData

      public JSONArray getJsonData()
      .milvus.proto.schema.JSONArray json_data = 6;
      Specified by:
      getJsonData in interface TemplateArrayValueOrBuilder
      Returns:
      The jsonData.
    • getJsonDataOrBuilder

      public JSONArrayOrBuilder getJsonDataOrBuilder()
      .milvus.proto.schema.JSONArray json_data = 6;
      Specified by:
      getJsonDataOrBuilder in interface TemplateArrayValueOrBuilder
    • 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 TemplateArrayValue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static TemplateArrayValue.Builder newBuilder()
    • newBuilder

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

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

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

      public static TemplateArrayValue getDefaultInstance()
    • parser

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

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