All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milvus.grpc.QueryResults Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

/**
 * Protobuf type {@code milvus.proto.milvus.QueryResults}
 */
public final class QueryResults extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:milvus.proto.milvus.QueryResults)
    QueryResultsOrBuilder {
private static final long serialVersionUID = 0L;
  // Use QueryResults.newBuilder() to construct.
  private QueryResults(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private QueryResults() {
    fieldsData_ = java.util.Collections.emptyList();
    collectionName_ = "";
    outputFields_ =
        com.google.protobuf.LazyStringArrayList.emptyList();
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new QueryResults();
  }

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return io.milvus.grpc.MilvusProto.internal_static_milvus_proto_milvus_QueryResults_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return io.milvus.grpc.MilvusProto.internal_static_milvus_proto_milvus_QueryResults_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            io.milvus.grpc.QueryResults.class, io.milvus.grpc.QueryResults.Builder.class);
  }

  private int bitField0_;
  public static final int STATUS_FIELD_NUMBER = 1;
  private io.milvus.grpc.Status status_;
  /**
   * .milvus.proto.common.Status status = 1;
   * @return Whether the status field is set.
   */
  @java.lang.Override
  public boolean hasStatus() {
    return ((bitField0_ & 0x00000001) != 0);
  }
  /**
   * .milvus.proto.common.Status status = 1;
   * @return The status.
   */
  @java.lang.Override
  public io.milvus.grpc.Status getStatus() {
    return status_ == null ? io.milvus.grpc.Status.getDefaultInstance() : status_;
  }
  /**
   * .milvus.proto.common.Status status = 1;
   */
  @java.lang.Override
  public io.milvus.grpc.StatusOrBuilder getStatusOrBuilder() {
    return status_ == null ? io.milvus.grpc.Status.getDefaultInstance() : status_;
  }

  public static final int FIELDS_DATA_FIELD_NUMBER = 2;
  @SuppressWarnings("serial")
  private java.util.List fieldsData_;
  /**
   * repeated .milvus.proto.schema.FieldData fields_data = 2;
   */
  @java.lang.Override
  public java.util.List getFieldsDataList() {
    return fieldsData_;
  }
  /**
   * repeated .milvus.proto.schema.FieldData fields_data = 2;
   */
  @java.lang.Override
  public java.util.List 
      getFieldsDataOrBuilderList() {
    return fieldsData_;
  }
  /**
   * repeated .milvus.proto.schema.FieldData fields_data = 2;
   */
  @java.lang.Override
  public int getFieldsDataCount() {
    return fieldsData_.size();
  }
  /**
   * repeated .milvus.proto.schema.FieldData fields_data = 2;
   */
  @java.lang.Override
  public io.milvus.grpc.FieldData getFieldsData(int index) {
    return fieldsData_.get(index);
  }
  /**
   * repeated .milvus.proto.schema.FieldData fields_data = 2;
   */
  @java.lang.Override
  public io.milvus.grpc.FieldDataOrBuilder getFieldsDataOrBuilder(
      int index) {
    return fieldsData_.get(index);
  }

  public static final int COLLECTION_NAME_FIELD_NUMBER = 3;
  @SuppressWarnings("serial")
  private volatile java.lang.Object collectionName_ = "";
  /**
   * string collection_name = 3;
   * @return The collectionName.
   */
  @java.lang.Override
  public java.lang.String getCollectionName() {
    java.lang.Object ref = collectionName_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      collectionName_ = s;
      return s;
    }
  }
  /**
   * string collection_name = 3;
   * @return The bytes for collectionName.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getCollectionNameBytes() {
    java.lang.Object ref = collectionName_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      collectionName_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int OUTPUT_FIELDS_FIELD_NUMBER = 4;
  @SuppressWarnings("serial")
  private com.google.protobuf.LazyStringArrayList outputFields_ =
      com.google.protobuf.LazyStringArrayList.emptyList();
  /**
   * repeated string output_fields = 4;
   * @return A list containing the outputFields.
   */
  public com.google.protobuf.ProtocolStringList
      getOutputFieldsList() {
    return outputFields_;
  }
  /**
   * repeated string output_fields = 4;
   * @return The count of outputFields.
   */
  public int getOutputFieldsCount() {
    return outputFields_.size();
  }
  /**
   * repeated string output_fields = 4;
   * @param index The index of the element to return.
   * @return The outputFields at the given index.
   */
  public java.lang.String getOutputFields(int index) {
    return outputFields_.get(index);
  }
  /**
   * repeated string output_fields = 4;
   * @param index The index of the value to return.
   * @return The bytes of the outputFields at the given index.
   */
  public com.google.protobuf.ByteString
      getOutputFieldsBytes(int index) {
    return outputFields_.getByteString(index);
  }

  private byte memoizedIsInitialized = -1;
  @java.lang.Override
  public final boolean isInitialized() {
    byte isInitialized = memoizedIsInitialized;
    if (isInitialized == 1) return true;
    if (isInitialized == 0) return false;

    memoizedIsInitialized = 1;
    return true;
  }

  @java.lang.Override
  public void writeTo(com.google.protobuf.CodedOutputStream output)
                      throws java.io.IOException {
    if (((bitField0_ & 0x00000001) != 0)) {
      output.writeMessage(1, getStatus());
    }
    for (int i = 0; i < fieldsData_.size(); i++) {
      output.writeMessage(2, fieldsData_.get(i));
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collectionName_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 3, collectionName_);
    }
    for (int i = 0; i < outputFields_.size(); i++) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 4, outputFields_.getRaw(i));
    }
    getUnknownFields().writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (((bitField0_ & 0x00000001) != 0)) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(1, getStatus());
    }
    for (int i = 0; i < fieldsData_.size(); i++) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(2, fieldsData_.get(i));
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collectionName_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, collectionName_);
    }
    {
      int dataSize = 0;
      for (int i = 0; i < outputFields_.size(); i++) {
        dataSize += computeStringSizeNoTag(outputFields_.getRaw(i));
      }
      size += dataSize;
      size += 1 * getOutputFieldsList().size();
    }
    size += getUnknownFields().getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
     return true;
    }
    if (!(obj instanceof io.milvus.grpc.QueryResults)) {
      return super.equals(obj);
    }
    io.milvus.grpc.QueryResults other = (io.milvus.grpc.QueryResults) obj;

    if (hasStatus() != other.hasStatus()) return false;
    if (hasStatus()) {
      if (!getStatus()
          .equals(other.getStatus())) return false;
    }
    if (!getFieldsDataList()
        .equals(other.getFieldsDataList())) return false;
    if (!getCollectionName()
        .equals(other.getCollectionName())) return false;
    if (!getOutputFieldsList()
        .equals(other.getOutputFieldsList())) return false;
    if (!getUnknownFields().equals(other.getUnknownFields())) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    if (hasStatus()) {
      hash = (37 * hash) + STATUS_FIELD_NUMBER;
      hash = (53 * hash) + getStatus().hashCode();
    }
    if (getFieldsDataCount() > 0) {
      hash = (37 * hash) + FIELDS_DATA_FIELD_NUMBER;
      hash = (53 * hash) + getFieldsDataList().hashCode();
    }
    hash = (37 * hash) + COLLECTION_NAME_FIELD_NUMBER;
    hash = (53 * hash) + getCollectionName().hashCode();
    if (getOutputFieldsCount() > 0) {
      hash = (37 * hash) + OUTPUT_FIELDS_FIELD_NUMBER;
      hash = (53 * hash) + getOutputFieldsList().hashCode();
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static io.milvus.grpc.QueryResults parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.milvus.grpc.QueryResults parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static io.milvus.grpc.QueryResults parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.milvus.grpc.QueryResults parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static io.milvus.grpc.QueryResults parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.milvus.grpc.QueryResults parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static io.milvus.grpc.QueryResults parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static io.milvus.grpc.QueryResults parseFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }

  public static io.milvus.grpc.QueryResults parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }

  public static io.milvus.grpc.QueryResults parseDelimitedFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
  }
  public static io.milvus.grpc.QueryResults parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static io.milvus.grpc.QueryResults parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }

  @java.lang.Override
  public Builder newBuilderForType() { return newBuilder(); }
  public static Builder newBuilder() {
    return DEFAULT_INSTANCE.toBuilder();
  }
  public static Builder newBuilder(io.milvus.grpc.QueryResults prototype) {
    return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
  }
  @java.lang.Override
  public Builder toBuilder() {
    return this == DEFAULT_INSTANCE
        ? new Builder() : new Builder().mergeFrom(this);
  }

  @java.lang.Override
  protected Builder newBuilderForType(
      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   * Protobuf type {@code milvus.proto.milvus.QueryResults}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:milvus.proto.milvus.QueryResults)
      io.milvus.grpc.QueryResultsOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return io.milvus.grpc.MilvusProto.internal_static_milvus_proto_milvus_QueryResults_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return io.milvus.grpc.MilvusProto.internal_static_milvus_proto_milvus_QueryResults_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              io.milvus.grpc.QueryResults.class, io.milvus.grpc.QueryResults.Builder.class);
    }

    // Construct using io.milvus.grpc.QueryResults.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3
              .alwaysUseFieldBuilders) {
        getStatusFieldBuilder();
        getFieldsDataFieldBuilder();
      }
    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      status_ = null;
      if (statusBuilder_ != null) {
        statusBuilder_.dispose();
        statusBuilder_ = null;
      }
      if (fieldsDataBuilder_ == null) {
        fieldsData_ = java.util.Collections.emptyList();
      } else {
        fieldsData_ = null;
        fieldsDataBuilder_.clear();
      }
      bitField0_ = (bitField0_ & ~0x00000002);
      collectionName_ = "";
      outputFields_ =
          com.google.protobuf.LazyStringArrayList.emptyList();
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return io.milvus.grpc.MilvusProto.internal_static_milvus_proto_milvus_QueryResults_descriptor;
    }

    @java.lang.Override
    public io.milvus.grpc.QueryResults getDefaultInstanceForType() {
      return io.milvus.grpc.QueryResults.getDefaultInstance();
    }

    @java.lang.Override
    public io.milvus.grpc.QueryResults build() {
      io.milvus.grpc.QueryResults result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public io.milvus.grpc.QueryResults buildPartial() {
      io.milvus.grpc.QueryResults result = new io.milvus.grpc.QueryResults(this);
      buildPartialRepeatedFields(result);
      if (bitField0_ != 0) { buildPartial0(result); }
      onBuilt();
      return result;
    }

    private void buildPartialRepeatedFields(io.milvus.grpc.QueryResults result) {
      if (fieldsDataBuilder_ == null) {
        if (((bitField0_ & 0x00000002) != 0)) {
          fieldsData_ = java.util.Collections.unmodifiableList(fieldsData_);
          bitField0_ = (bitField0_ & ~0x00000002);
        }
        result.fieldsData_ = fieldsData_;
      } else {
        result.fieldsData_ = fieldsDataBuilder_.build();
      }
    }

    private void buildPartial0(io.milvus.grpc.QueryResults result) {
      int from_bitField0_ = bitField0_;
      int to_bitField0_ = 0;
      if (((from_bitField0_ & 0x00000001) != 0)) {
        result.status_ = statusBuilder_ == null
            ? status_
            : statusBuilder_.build();
        to_bitField0_ |= 0x00000001;
      }
      if (((from_bitField0_ & 0x00000004) != 0)) {
        result.collectionName_ = collectionName_;
      }
      if (((from_bitField0_ & 0x00000008) != 0)) {
        outputFields_.makeImmutable();
        result.outputFields_ = outputFields_;
      }
      result.bitField0_ |= to_bitField0_;
    }

    @java.lang.Override
    public Builder clone() {
      return super.clone();
    }
    @java.lang.Override
    public Builder setField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.setField(field, value);
    }
    @java.lang.Override
    public Builder clearField(
        com.google.protobuf.Descriptors.FieldDescriptor field) {
      return super.clearField(field);
    }
    @java.lang.Override
    public Builder clearOneof(
        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
      return super.clearOneof(oneof);
    }
    @java.lang.Override
    public Builder setRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        int index, java.lang.Object value) {
      return super.setRepeatedField(field, index, value);
    }
    @java.lang.Override
    public Builder addRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.addRepeatedField(field, value);
    }
    @java.lang.Override
    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof io.milvus.grpc.QueryResults) {
        return mergeFrom((io.milvus.grpc.QueryResults)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(io.milvus.grpc.QueryResults other) {
      if (other == io.milvus.grpc.QueryResults.getDefaultInstance()) return this;
      if (other.hasStatus()) {
        mergeStatus(other.getStatus());
      }
      if (fieldsDataBuilder_ == null) {
        if (!other.fieldsData_.isEmpty()) {
          if (fieldsData_.isEmpty()) {
            fieldsData_ = other.fieldsData_;
            bitField0_ = (bitField0_ & ~0x00000002);
          } else {
            ensureFieldsDataIsMutable();
            fieldsData_.addAll(other.fieldsData_);
          }
          onChanged();
        }
      } else {
        if (!other.fieldsData_.isEmpty()) {
          if (fieldsDataBuilder_.isEmpty()) {
            fieldsDataBuilder_.dispose();
            fieldsDataBuilder_ = null;
            fieldsData_ = other.fieldsData_;
            bitField0_ = (bitField0_ & ~0x00000002);
            fieldsDataBuilder_ = 
              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getFieldsDataFieldBuilder() : null;
          } else {
            fieldsDataBuilder_.addAllMessages(other.fieldsData_);
          }
        }
      }
      if (!other.getCollectionName().isEmpty()) {
        collectionName_ = other.collectionName_;
        bitField0_ |= 0x00000004;
        onChanged();
      }
      if (!other.outputFields_.isEmpty()) {
        if (outputFields_.isEmpty()) {
          outputFields_ = other.outputFields_;
          bitField0_ |= 0x00000008;
        } else {
          ensureOutputFieldsIsMutable();
          outputFields_.addAll(other.outputFields_);
        }
        onChanged();
      }
      this.mergeUnknownFields(other.getUnknownFields());
      onChanged();
      return this;
    }

    @java.lang.Override
    public final boolean isInitialized() {
      return true;
    }

    @java.lang.Override
    public Builder mergeFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              input.readMessage(
                  getStatusFieldBuilder().getBuilder(),
                  extensionRegistry);
              bitField0_ |= 0x00000001;
              break;
            } // case 10
            case 18: {
              io.milvus.grpc.FieldData m =
                  input.readMessage(
                      io.milvus.grpc.FieldData.parser(),
                      extensionRegistry);
              if (fieldsDataBuilder_ == null) {
                ensureFieldsDataIsMutable();
                fieldsData_.add(m);
              } else {
                fieldsDataBuilder_.addMessage(m);
              }
              break;
            } // case 18
            case 26: {
              collectionName_ = input.readStringRequireUtf8();
              bitField0_ |= 0x00000004;
              break;
            } // case 26
            case 34: {
              java.lang.String s = input.readStringRequireUtf8();
              ensureOutputFieldsIsMutable();
              outputFields_.add(s);
              break;
            } // case 34
            default: {
              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                done = true; // was an endgroup tag
              }
              break;
            } // default:
          } // switch (tag)
        } // while (!done)
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.unwrapIOException();
      } finally {
        onChanged();
      } // finally
      return this;
    }
    private int bitField0_;

    private io.milvus.grpc.Status status_;
    private com.google.protobuf.SingleFieldBuilderV3<
        io.milvus.grpc.Status, io.milvus.grpc.Status.Builder, io.milvus.grpc.StatusOrBuilder> statusBuilder_;
    /**
     * .milvus.proto.common.Status status = 1;
     * @return Whether the status field is set.
     */
    public boolean hasStatus() {
      return ((bitField0_ & 0x00000001) != 0);
    }
    /**
     * .milvus.proto.common.Status status = 1;
     * @return The status.
     */
    public io.milvus.grpc.Status getStatus() {
      if (statusBuilder_ == null) {
        return status_ == null ? io.milvus.grpc.Status.getDefaultInstance() : status_;
      } else {
        return statusBuilder_.getMessage();
      }
    }
    /**
     * .milvus.proto.common.Status status = 1;
     */
    public Builder setStatus(io.milvus.grpc.Status value) {
      if (statusBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        status_ = value;
      } else {
        statusBuilder_.setMessage(value);
      }
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }
    /**
     * .milvus.proto.common.Status status = 1;
     */
    public Builder setStatus(
        io.milvus.grpc.Status.Builder builderForValue) {
      if (statusBuilder_ == null) {
        status_ = builderForValue.build();
      } else {
        statusBuilder_.setMessage(builderForValue.build());
      }
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }
    /**
     * .milvus.proto.common.Status status = 1;
     */
    public Builder mergeStatus(io.milvus.grpc.Status value) {
      if (statusBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0) &&
          status_ != null &&
          status_ != io.milvus.grpc.Status.getDefaultInstance()) {
          getStatusBuilder().mergeFrom(value);
        } else {
          status_ = value;
        }
      } else {
        statusBuilder_.mergeFrom(value);
      }
      if (status_ != null) {
        bitField0_ |= 0x00000001;
        onChanged();
      }
      return this;
    }
    /**
     * .milvus.proto.common.Status status = 1;
     */
    public Builder clearStatus() {
      bitField0_ = (bitField0_ & ~0x00000001);
      status_ = null;
      if (statusBuilder_ != null) {
        statusBuilder_.dispose();
        statusBuilder_ = null;
      }
      onChanged();
      return this;
    }
    /**
     * .milvus.proto.common.Status status = 1;
     */
    public io.milvus.grpc.Status.Builder getStatusBuilder() {
      bitField0_ |= 0x00000001;
      onChanged();
      return getStatusFieldBuilder().getBuilder();
    }
    /**
     * .milvus.proto.common.Status status = 1;
     */
    public io.milvus.grpc.StatusOrBuilder getStatusOrBuilder() {
      if (statusBuilder_ != null) {
        return statusBuilder_.getMessageOrBuilder();
      } else {
        return status_ == null ?
            io.milvus.grpc.Status.getDefaultInstance() : status_;
      }
    }
    /**
     * .milvus.proto.common.Status status = 1;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.milvus.grpc.Status, io.milvus.grpc.Status.Builder, io.milvus.grpc.StatusOrBuilder> 
        getStatusFieldBuilder() {
      if (statusBuilder_ == null) {
        statusBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.milvus.grpc.Status, io.milvus.grpc.Status.Builder, io.milvus.grpc.StatusOrBuilder>(
                getStatus(),
                getParentForChildren(),
                isClean());
        status_ = null;
      }
      return statusBuilder_;
    }

    private java.util.List fieldsData_ =
      java.util.Collections.emptyList();
    private void ensureFieldsDataIsMutable() {
      if (!((bitField0_ & 0x00000002) != 0)) {
        fieldsData_ = new java.util.ArrayList(fieldsData_);
        bitField0_ |= 0x00000002;
       }
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
        io.milvus.grpc.FieldData, io.milvus.grpc.FieldData.Builder, io.milvus.grpc.FieldDataOrBuilder> fieldsDataBuilder_;

    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public java.util.List getFieldsDataList() {
      if (fieldsDataBuilder_ == null) {
        return java.util.Collections.unmodifiableList(fieldsData_);
      } else {
        return fieldsDataBuilder_.getMessageList();
      }
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public int getFieldsDataCount() {
      if (fieldsDataBuilder_ == null) {
        return fieldsData_.size();
      } else {
        return fieldsDataBuilder_.getCount();
      }
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public io.milvus.grpc.FieldData getFieldsData(int index) {
      if (fieldsDataBuilder_ == null) {
        return fieldsData_.get(index);
      } else {
        return fieldsDataBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public Builder setFieldsData(
        int index, io.milvus.grpc.FieldData value) {
      if (fieldsDataBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureFieldsDataIsMutable();
        fieldsData_.set(index, value);
        onChanged();
      } else {
        fieldsDataBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public Builder setFieldsData(
        int index, io.milvus.grpc.FieldData.Builder builderForValue) {
      if (fieldsDataBuilder_ == null) {
        ensureFieldsDataIsMutable();
        fieldsData_.set(index, builderForValue.build());
        onChanged();
      } else {
        fieldsDataBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public Builder addFieldsData(io.milvus.grpc.FieldData value) {
      if (fieldsDataBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureFieldsDataIsMutable();
        fieldsData_.add(value);
        onChanged();
      } else {
        fieldsDataBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public Builder addFieldsData(
        int index, io.milvus.grpc.FieldData value) {
      if (fieldsDataBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureFieldsDataIsMutable();
        fieldsData_.add(index, value);
        onChanged();
      } else {
        fieldsDataBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public Builder addFieldsData(
        io.milvus.grpc.FieldData.Builder builderForValue) {
      if (fieldsDataBuilder_ == null) {
        ensureFieldsDataIsMutable();
        fieldsData_.add(builderForValue.build());
        onChanged();
      } else {
        fieldsDataBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public Builder addFieldsData(
        int index, io.milvus.grpc.FieldData.Builder builderForValue) {
      if (fieldsDataBuilder_ == null) {
        ensureFieldsDataIsMutable();
        fieldsData_.add(index, builderForValue.build());
        onChanged();
      } else {
        fieldsDataBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public Builder addAllFieldsData(
        java.lang.Iterable values) {
      if (fieldsDataBuilder_ == null) {
        ensureFieldsDataIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, fieldsData_);
        onChanged();
      } else {
        fieldsDataBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public Builder clearFieldsData() {
      if (fieldsDataBuilder_ == null) {
        fieldsData_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000002);
        onChanged();
      } else {
        fieldsDataBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public Builder removeFieldsData(int index) {
      if (fieldsDataBuilder_ == null) {
        ensureFieldsDataIsMutable();
        fieldsData_.remove(index);
        onChanged();
      } else {
        fieldsDataBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public io.milvus.grpc.FieldData.Builder getFieldsDataBuilder(
        int index) {
      return getFieldsDataFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public io.milvus.grpc.FieldDataOrBuilder getFieldsDataOrBuilder(
        int index) {
      if (fieldsDataBuilder_ == null) {
        return fieldsData_.get(index);  } else {
        return fieldsDataBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public java.util.List 
         getFieldsDataOrBuilderList() {
      if (fieldsDataBuilder_ != null) {
        return fieldsDataBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(fieldsData_);
      }
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public io.milvus.grpc.FieldData.Builder addFieldsDataBuilder() {
      return getFieldsDataFieldBuilder().addBuilder(
          io.milvus.grpc.FieldData.getDefaultInstance());
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public io.milvus.grpc.FieldData.Builder addFieldsDataBuilder(
        int index) {
      return getFieldsDataFieldBuilder().addBuilder(
          index, io.milvus.grpc.FieldData.getDefaultInstance());
    }
    /**
     * repeated .milvus.proto.schema.FieldData fields_data = 2;
     */
    public java.util.List 
         getFieldsDataBuilderList() {
      return getFieldsDataFieldBuilder().getBuilderList();
    }
    private com.google.protobuf.RepeatedFieldBuilderV3<
        io.milvus.grpc.FieldData, io.milvus.grpc.FieldData.Builder, io.milvus.grpc.FieldDataOrBuilder> 
        getFieldsDataFieldBuilder() {
      if (fieldsDataBuilder_ == null) {
        fieldsDataBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
            io.milvus.grpc.FieldData, io.milvus.grpc.FieldData.Builder, io.milvus.grpc.FieldDataOrBuilder>(
                fieldsData_,
                ((bitField0_ & 0x00000002) != 0),
                getParentForChildren(),
                isClean());
        fieldsData_ = null;
      }
      return fieldsDataBuilder_;
    }

    private java.lang.Object collectionName_ = "";
    /**
     * string collection_name = 3;
     * @return The collectionName.
     */
    public java.lang.String getCollectionName() {
      java.lang.Object ref = collectionName_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        collectionName_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string collection_name = 3;
     * @return The bytes for collectionName.
     */
    public com.google.protobuf.ByteString
        getCollectionNameBytes() {
      java.lang.Object ref = collectionName_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        collectionName_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string collection_name = 3;
     * @param value The collectionName to set.
     * @return This builder for chaining.
     */
    public Builder setCollectionName(
        java.lang.String value) {
      if (value == null) { throw new NullPointerException(); }
      collectionName_ = value;
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }
    /**
     * string collection_name = 3;
     * @return This builder for chaining.
     */
    public Builder clearCollectionName() {
      collectionName_ = getDefaultInstance().getCollectionName();
      bitField0_ = (bitField0_ & ~0x00000004);
      onChanged();
      return this;
    }
    /**
     * string collection_name = 3;
     * @param value The bytes for collectionName to set.
     * @return This builder for chaining.
     */
    public Builder setCollectionNameBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) { throw new NullPointerException(); }
      checkByteStringIsUtf8(value);
      collectionName_ = value;
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }

    private com.google.protobuf.LazyStringArrayList outputFields_ =
        com.google.protobuf.LazyStringArrayList.emptyList();
    private void ensureOutputFieldsIsMutable() {
      if (!outputFields_.isModifiable()) {
        outputFields_ = new com.google.protobuf.LazyStringArrayList(outputFields_);
      }
      bitField0_ |= 0x00000008;
    }
    /**
     * repeated string output_fields = 4;
     * @return A list containing the outputFields.
     */
    public com.google.protobuf.ProtocolStringList
        getOutputFieldsList() {
      outputFields_.makeImmutable();
      return outputFields_;
    }
    /**
     * repeated string output_fields = 4;
     * @return The count of outputFields.
     */
    public int getOutputFieldsCount() {
      return outputFields_.size();
    }
    /**
     * repeated string output_fields = 4;
     * @param index The index of the element to return.
     * @return The outputFields at the given index.
     */
    public java.lang.String getOutputFields(int index) {
      return outputFields_.get(index);
    }
    /**
     * repeated string output_fields = 4;
     * @param index The index of the value to return.
     * @return The bytes of the outputFields at the given index.
     */
    public com.google.protobuf.ByteString
        getOutputFieldsBytes(int index) {
      return outputFields_.getByteString(index);
    }
    /**
     * repeated string output_fields = 4;
     * @param index The index to set the value at.
     * @param value The outputFields to set.
     * @return This builder for chaining.
     */
    public Builder setOutputFields(
        int index, java.lang.String value) {
      if (value == null) { throw new NullPointerException(); }
      ensureOutputFieldsIsMutable();
      outputFields_.set(index, value);
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }
    /**
     * repeated string output_fields = 4;
     * @param value The outputFields to add.
     * @return This builder for chaining.
     */
    public Builder addOutputFields(
        java.lang.String value) {
      if (value == null) { throw new NullPointerException(); }
      ensureOutputFieldsIsMutable();
      outputFields_.add(value);
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }
    /**
     * repeated string output_fields = 4;
     * @param values The outputFields to add.
     * @return This builder for chaining.
     */
    public Builder addAllOutputFields(
        java.lang.Iterable values) {
      ensureOutputFieldsIsMutable();
      com.google.protobuf.AbstractMessageLite.Builder.addAll(
          values, outputFields_);
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }
    /**
     * repeated string output_fields = 4;
     * @return This builder for chaining.
     */
    public Builder clearOutputFields() {
      outputFields_ =
        com.google.protobuf.LazyStringArrayList.emptyList();
      bitField0_ = (bitField0_ & ~0x00000008);;
      onChanged();
      return this;
    }
    /**
     * repeated string output_fields = 4;
     * @param value The bytes of the outputFields to add.
     * @return This builder for chaining.
     */
    public Builder addOutputFieldsBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) { throw new NullPointerException(); }
      checkByteStringIsUtf8(value);
      ensureOutputFieldsIsMutable();
      outputFields_.add(value);
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }
    @java.lang.Override
    public final Builder setUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

    @java.lang.Override
    public final Builder mergeUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.mergeUnknownFields(unknownFields);
    }


    // @@protoc_insertion_point(builder_scope:milvus.proto.milvus.QueryResults)
  }

  // @@protoc_insertion_point(class_scope:milvus.proto.milvus.QueryResults)
  private static final io.milvus.grpc.QueryResults DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new io.milvus.grpc.QueryResults();
  }

  public static io.milvus.grpc.QueryResults getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public QueryResults parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      Builder builder = newBuilder();
      try {
        builder.mergeFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(builder.buildPartial());
      } catch (com.google.protobuf.UninitializedMessageException e) {
        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(e)
            .setUnfinishedMessage(builder.buildPartial());
      }
      return builder.buildPartial();
    }
  };

  public static com.google.protobuf.Parser parser() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.protobuf.Parser getParserForType() {
    return PARSER;
  }

  @java.lang.Override
  public io.milvus.grpc.QueryResults getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy