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

com.alibaba.graphscope.proto.groot.DdlRequestBatchPb Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: groot/sdk/model.proto

package com.alibaba.graphscope.proto.groot;

/**
 * Protobuf type {@code gs.rpc.groot.DdlRequestBatchPb}
 */
public final class DdlRequestBatchPb extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:gs.rpc.groot.DdlRequestBatchPb)
    DdlRequestBatchPbOrBuilder {
private static final long serialVersionUID = 0L;
  // Use DdlRequestBatchPb.newBuilder() to construct.
  private DdlRequestBatchPb(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private DdlRequestBatchPb() {
    ddlRequests_ = java.util.Collections.emptyList();
  }

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

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return com.alibaba.graphscope.proto.groot.Model.internal_static_gs_rpc_groot_DdlRequestBatchPb_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.alibaba.graphscope.proto.groot.Model.internal_static_gs_rpc_groot_DdlRequestBatchPb_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.alibaba.graphscope.proto.groot.DdlRequestBatchPb.class, com.alibaba.graphscope.proto.groot.DdlRequestBatchPb.Builder.class);
  }

  public static final int DDLREQUESTS_FIELD_NUMBER = 1;
  @SuppressWarnings("serial")
  private java.util.List ddlRequests_;
  /**
   * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
   */
  @java.lang.Override
  public java.util.List getDdlRequestsList() {
    return ddlRequests_;
  }
  /**
   * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
   */
  @java.lang.Override
  public java.util.List 
      getDdlRequestsOrBuilderList() {
    return ddlRequests_;
  }
  /**
   * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
   */
  @java.lang.Override
  public int getDdlRequestsCount() {
    return ddlRequests_.size();
  }
  /**
   * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
   */
  @java.lang.Override
  public com.alibaba.graphscope.proto.groot.DdlRequestPb getDdlRequests(int index) {
    return ddlRequests_.get(index);
  }
  /**
   * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
   */
  @java.lang.Override
  public com.alibaba.graphscope.proto.groot.DdlRequestPbOrBuilder getDdlRequestsOrBuilder(
      int index) {
    return ddlRequests_.get(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 {
    for (int i = 0; i < ddlRequests_.size(); i++) {
      output.writeMessage(1, ddlRequests_.get(i));
    }
    getUnknownFields().writeTo(output);
  }

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

    size = 0;
    for (int i = 0; i < ddlRequests_.size(); i++) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(1, ddlRequests_.get(i));
    }
    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 com.alibaba.graphscope.proto.groot.DdlRequestBatchPb)) {
      return super.equals(obj);
    }
    com.alibaba.graphscope.proto.groot.DdlRequestBatchPb other = (com.alibaba.graphscope.proto.groot.DdlRequestBatchPb) obj;

    if (!getDdlRequestsList()
        .equals(other.getDdlRequestsList())) 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 (getDdlRequestsCount() > 0) {
      hash = (37 * hash) + DDLREQUESTS_FIELD_NUMBER;
      hash = (53 * hash) + getDdlRequestsList().hashCode();
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb 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 com.alibaba.graphscope.proto.groot.DdlRequestBatchPb parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb 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 com.alibaba.graphscope.proto.groot.DdlRequestBatchPb parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb 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(com.alibaba.graphscope.proto.groot.DdlRequestBatchPb 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 gs.rpc.groot.DdlRequestBatchPb}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:gs.rpc.groot.DdlRequestBatchPb)
      com.alibaba.graphscope.proto.groot.DdlRequestBatchPbOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.alibaba.graphscope.proto.groot.Model.internal_static_gs_rpc_groot_DdlRequestBatchPb_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.alibaba.graphscope.proto.groot.Model.internal_static_gs_rpc_groot_DdlRequestBatchPb_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.alibaba.graphscope.proto.groot.DdlRequestBatchPb.class, com.alibaba.graphscope.proto.groot.DdlRequestBatchPb.Builder.class);
    }

    // Construct using com.alibaba.graphscope.proto.groot.DdlRequestBatchPb.newBuilder()
    private Builder() {

    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);

    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      if (ddlRequestsBuilder_ == null) {
        ddlRequests_ = java.util.Collections.emptyList();
      } else {
        ddlRequests_ = null;
        ddlRequestsBuilder_.clear();
      }
      bitField0_ = (bitField0_ & ~0x00000001);
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return com.alibaba.graphscope.proto.groot.Model.internal_static_gs_rpc_groot_DdlRequestBatchPb_descriptor;
    }

    @java.lang.Override
    public com.alibaba.graphscope.proto.groot.DdlRequestBatchPb getDefaultInstanceForType() {
      return com.alibaba.graphscope.proto.groot.DdlRequestBatchPb.getDefaultInstance();
    }

    @java.lang.Override
    public com.alibaba.graphscope.proto.groot.DdlRequestBatchPb build() {
      com.alibaba.graphscope.proto.groot.DdlRequestBatchPb result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public com.alibaba.graphscope.proto.groot.DdlRequestBatchPb buildPartial() {
      com.alibaba.graphscope.proto.groot.DdlRequestBatchPb result = new com.alibaba.graphscope.proto.groot.DdlRequestBatchPb(this);
      buildPartialRepeatedFields(result);
      if (bitField0_ != 0) { buildPartial0(result); }
      onBuilt();
      return result;
    }

    private void buildPartialRepeatedFields(com.alibaba.graphscope.proto.groot.DdlRequestBatchPb result) {
      if (ddlRequestsBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0)) {
          ddlRequests_ = java.util.Collections.unmodifiableList(ddlRequests_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.ddlRequests_ = ddlRequests_;
      } else {
        result.ddlRequests_ = ddlRequestsBuilder_.build();
      }
    }

    private void buildPartial0(com.alibaba.graphscope.proto.groot.DdlRequestBatchPb result) {
      int from_bitField0_ = bitField0_;
    }

    @java.lang.Override
    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof com.alibaba.graphscope.proto.groot.DdlRequestBatchPb) {
        return mergeFrom((com.alibaba.graphscope.proto.groot.DdlRequestBatchPb)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(com.alibaba.graphscope.proto.groot.DdlRequestBatchPb other) {
      if (other == com.alibaba.graphscope.proto.groot.DdlRequestBatchPb.getDefaultInstance()) return this;
      if (ddlRequestsBuilder_ == null) {
        if (!other.ddlRequests_.isEmpty()) {
          if (ddlRequests_.isEmpty()) {
            ddlRequests_ = other.ddlRequests_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureDdlRequestsIsMutable();
            ddlRequests_.addAll(other.ddlRequests_);
          }
          onChanged();
        }
      } else {
        if (!other.ddlRequests_.isEmpty()) {
          if (ddlRequestsBuilder_.isEmpty()) {
            ddlRequestsBuilder_.dispose();
            ddlRequestsBuilder_ = null;
            ddlRequests_ = other.ddlRequests_;
            bitField0_ = (bitField0_ & ~0x00000001);
            ddlRequestsBuilder_ = 
              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getDdlRequestsFieldBuilder() : null;
          } else {
            ddlRequestsBuilder_.addAllMessages(other.ddlRequests_);
          }
        }
      }
      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: {
              com.alibaba.graphscope.proto.groot.DdlRequestPb m =
                  input.readMessage(
                      com.alibaba.graphscope.proto.groot.DdlRequestPb.parser(),
                      extensionRegistry);
              if (ddlRequestsBuilder_ == null) {
                ensureDdlRequestsIsMutable();
                ddlRequests_.add(m);
              } else {
                ddlRequestsBuilder_.addMessage(m);
              }
              break;
            } // case 10
            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 java.util.List ddlRequests_ =
      java.util.Collections.emptyList();
    private void ensureDdlRequestsIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        ddlRequests_ = new java.util.ArrayList(ddlRequests_);
        bitField0_ |= 0x00000001;
       }
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
        com.alibaba.graphscope.proto.groot.DdlRequestPb, com.alibaba.graphscope.proto.groot.DdlRequestPb.Builder, com.alibaba.graphscope.proto.groot.DdlRequestPbOrBuilder> ddlRequestsBuilder_;

    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public java.util.List getDdlRequestsList() {
      if (ddlRequestsBuilder_ == null) {
        return java.util.Collections.unmodifiableList(ddlRequests_);
      } else {
        return ddlRequestsBuilder_.getMessageList();
      }
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public int getDdlRequestsCount() {
      if (ddlRequestsBuilder_ == null) {
        return ddlRequests_.size();
      } else {
        return ddlRequestsBuilder_.getCount();
      }
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public com.alibaba.graphscope.proto.groot.DdlRequestPb getDdlRequests(int index) {
      if (ddlRequestsBuilder_ == null) {
        return ddlRequests_.get(index);
      } else {
        return ddlRequestsBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public Builder setDdlRequests(
        int index, com.alibaba.graphscope.proto.groot.DdlRequestPb value) {
      if (ddlRequestsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureDdlRequestsIsMutable();
        ddlRequests_.set(index, value);
        onChanged();
      } else {
        ddlRequestsBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public Builder setDdlRequests(
        int index, com.alibaba.graphscope.proto.groot.DdlRequestPb.Builder builderForValue) {
      if (ddlRequestsBuilder_ == null) {
        ensureDdlRequestsIsMutable();
        ddlRequests_.set(index, builderForValue.build());
        onChanged();
      } else {
        ddlRequestsBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public Builder addDdlRequests(com.alibaba.graphscope.proto.groot.DdlRequestPb value) {
      if (ddlRequestsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureDdlRequestsIsMutable();
        ddlRequests_.add(value);
        onChanged();
      } else {
        ddlRequestsBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public Builder addDdlRequests(
        int index, com.alibaba.graphscope.proto.groot.DdlRequestPb value) {
      if (ddlRequestsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureDdlRequestsIsMutable();
        ddlRequests_.add(index, value);
        onChanged();
      } else {
        ddlRequestsBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public Builder addDdlRequests(
        com.alibaba.graphscope.proto.groot.DdlRequestPb.Builder builderForValue) {
      if (ddlRequestsBuilder_ == null) {
        ensureDdlRequestsIsMutable();
        ddlRequests_.add(builderForValue.build());
        onChanged();
      } else {
        ddlRequestsBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public Builder addDdlRequests(
        int index, com.alibaba.graphscope.proto.groot.DdlRequestPb.Builder builderForValue) {
      if (ddlRequestsBuilder_ == null) {
        ensureDdlRequestsIsMutable();
        ddlRequests_.add(index, builderForValue.build());
        onChanged();
      } else {
        ddlRequestsBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public Builder addAllDdlRequests(
        java.lang.Iterable values) {
      if (ddlRequestsBuilder_ == null) {
        ensureDdlRequestsIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, ddlRequests_);
        onChanged();
      } else {
        ddlRequestsBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public Builder clearDdlRequests() {
      if (ddlRequestsBuilder_ == null) {
        ddlRequests_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
      } else {
        ddlRequestsBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public Builder removeDdlRequests(int index) {
      if (ddlRequestsBuilder_ == null) {
        ensureDdlRequestsIsMutable();
        ddlRequests_.remove(index);
        onChanged();
      } else {
        ddlRequestsBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public com.alibaba.graphscope.proto.groot.DdlRequestPb.Builder getDdlRequestsBuilder(
        int index) {
      return getDdlRequestsFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public com.alibaba.graphscope.proto.groot.DdlRequestPbOrBuilder getDdlRequestsOrBuilder(
        int index) {
      if (ddlRequestsBuilder_ == null) {
        return ddlRequests_.get(index);  } else {
        return ddlRequestsBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public java.util.List 
         getDdlRequestsOrBuilderList() {
      if (ddlRequestsBuilder_ != null) {
        return ddlRequestsBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(ddlRequests_);
      }
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public com.alibaba.graphscope.proto.groot.DdlRequestPb.Builder addDdlRequestsBuilder() {
      return getDdlRequestsFieldBuilder().addBuilder(
          com.alibaba.graphscope.proto.groot.DdlRequestPb.getDefaultInstance());
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public com.alibaba.graphscope.proto.groot.DdlRequestPb.Builder addDdlRequestsBuilder(
        int index) {
      return getDdlRequestsFieldBuilder().addBuilder(
          index, com.alibaba.graphscope.proto.groot.DdlRequestPb.getDefaultInstance());
    }
    /**
     * repeated .gs.rpc.groot.DdlRequestPb ddlRequests = 1;
     */
    public java.util.List 
         getDdlRequestsBuilderList() {
      return getDdlRequestsFieldBuilder().getBuilderList();
    }
    private com.google.protobuf.RepeatedFieldBuilderV3<
        com.alibaba.graphscope.proto.groot.DdlRequestPb, com.alibaba.graphscope.proto.groot.DdlRequestPb.Builder, com.alibaba.graphscope.proto.groot.DdlRequestPbOrBuilder> 
        getDdlRequestsFieldBuilder() {
      if (ddlRequestsBuilder_ == null) {
        ddlRequestsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
            com.alibaba.graphscope.proto.groot.DdlRequestPb, com.alibaba.graphscope.proto.groot.DdlRequestPb.Builder, com.alibaba.graphscope.proto.groot.DdlRequestPbOrBuilder>(
                ddlRequests_,
                ((bitField0_ & 0x00000001) != 0),
                getParentForChildren(),
                isClean());
        ddlRequests_ = null;
      }
      return ddlRequestsBuilder_;
    }
    @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:gs.rpc.groot.DdlRequestBatchPb)
  }

  // @@protoc_insertion_point(class_scope:gs.rpc.groot.DdlRequestBatchPb)
  private static final com.alibaba.graphscope.proto.groot.DdlRequestBatchPb DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new com.alibaba.graphscope.proto.groot.DdlRequestBatchPb();
  }

  public static com.alibaba.graphscope.proto.groot.DdlRequestBatchPb getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public DdlRequestBatchPb 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 com.alibaba.graphscope.proto.groot.DdlRequestBatchPb getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy