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

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

There is a newer version: 0.28.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: groot/sdk/client_backup_service.proto

package com.alibaba.graphscope.proto.groot;

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

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

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

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

  public static final int BACKUPINFOLIST_FIELD_NUMBER = 1;
  @SuppressWarnings("serial")
  private java.util.List backupInfoList_;
  /**
   * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
   */
  @java.lang.Override
  public java.util.List getBackupInfoListList() {
    return backupInfoList_;
  }
  /**
   * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
   */
  @java.lang.Override
  public java.util.List 
      getBackupInfoListOrBuilderList() {
    return backupInfoList_;
  }
  /**
   * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
   */
  @java.lang.Override
  public int getBackupInfoListCount() {
    return backupInfoList_.size();
  }
  /**
   * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
   */
  @java.lang.Override
  public com.alibaba.graphscope.proto.groot.BackupInfoPb getBackupInfoList(int index) {
    return backupInfoList_.get(index);
  }
  /**
   * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
   */
  @java.lang.Override
  public com.alibaba.graphscope.proto.groot.BackupInfoPbOrBuilder getBackupInfoListOrBuilder(
      int index) {
    return backupInfoList_.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 < backupInfoList_.size(); i++) {
      output.writeMessage(1, backupInfoList_.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 < backupInfoList_.size(); i++) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(1, backupInfoList_.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.GetGraphBackupInfoResponse)) {
      return super.equals(obj);
    }
    com.alibaba.graphscope.proto.groot.GetGraphBackupInfoResponse other = (com.alibaba.graphscope.proto.groot.GetGraphBackupInfoResponse) obj;

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

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

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

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

    }

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

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

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

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

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

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

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

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

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

    public Builder mergeFrom(com.alibaba.graphscope.proto.groot.GetGraphBackupInfoResponse other) {
      if (other == com.alibaba.graphscope.proto.groot.GetGraphBackupInfoResponse.getDefaultInstance()) return this;
      if (backupInfoListBuilder_ == null) {
        if (!other.backupInfoList_.isEmpty()) {
          if (backupInfoList_.isEmpty()) {
            backupInfoList_ = other.backupInfoList_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureBackupInfoListIsMutable();
            backupInfoList_.addAll(other.backupInfoList_);
          }
          onChanged();
        }
      } else {
        if (!other.backupInfoList_.isEmpty()) {
          if (backupInfoListBuilder_.isEmpty()) {
            backupInfoListBuilder_.dispose();
            backupInfoListBuilder_ = null;
            backupInfoList_ = other.backupInfoList_;
            bitField0_ = (bitField0_ & ~0x00000001);
            backupInfoListBuilder_ = 
              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getBackupInfoListFieldBuilder() : null;
          } else {
            backupInfoListBuilder_.addAllMessages(other.backupInfoList_);
          }
        }
      }
      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.BackupInfoPb m =
                  input.readMessage(
                      com.alibaba.graphscope.proto.groot.BackupInfoPb.parser(),
                      extensionRegistry);
              if (backupInfoListBuilder_ == null) {
                ensureBackupInfoListIsMutable();
                backupInfoList_.add(m);
              } else {
                backupInfoListBuilder_.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 backupInfoList_ =
      java.util.Collections.emptyList();
    private void ensureBackupInfoListIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        backupInfoList_ = new java.util.ArrayList(backupInfoList_);
        bitField0_ |= 0x00000001;
       }
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
        com.alibaba.graphscope.proto.groot.BackupInfoPb, com.alibaba.graphscope.proto.groot.BackupInfoPb.Builder, com.alibaba.graphscope.proto.groot.BackupInfoPbOrBuilder> backupInfoListBuilder_;

    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public java.util.List getBackupInfoListList() {
      if (backupInfoListBuilder_ == null) {
        return java.util.Collections.unmodifiableList(backupInfoList_);
      } else {
        return backupInfoListBuilder_.getMessageList();
      }
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public int getBackupInfoListCount() {
      if (backupInfoListBuilder_ == null) {
        return backupInfoList_.size();
      } else {
        return backupInfoListBuilder_.getCount();
      }
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public com.alibaba.graphscope.proto.groot.BackupInfoPb getBackupInfoList(int index) {
      if (backupInfoListBuilder_ == null) {
        return backupInfoList_.get(index);
      } else {
        return backupInfoListBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public Builder setBackupInfoList(
        int index, com.alibaba.graphscope.proto.groot.BackupInfoPb value) {
      if (backupInfoListBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureBackupInfoListIsMutable();
        backupInfoList_.set(index, value);
        onChanged();
      } else {
        backupInfoListBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public Builder setBackupInfoList(
        int index, com.alibaba.graphscope.proto.groot.BackupInfoPb.Builder builderForValue) {
      if (backupInfoListBuilder_ == null) {
        ensureBackupInfoListIsMutable();
        backupInfoList_.set(index, builderForValue.build());
        onChanged();
      } else {
        backupInfoListBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public Builder addBackupInfoList(com.alibaba.graphscope.proto.groot.BackupInfoPb value) {
      if (backupInfoListBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureBackupInfoListIsMutable();
        backupInfoList_.add(value);
        onChanged();
      } else {
        backupInfoListBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public Builder addBackupInfoList(
        int index, com.alibaba.graphscope.proto.groot.BackupInfoPb value) {
      if (backupInfoListBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureBackupInfoListIsMutable();
        backupInfoList_.add(index, value);
        onChanged();
      } else {
        backupInfoListBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public Builder addBackupInfoList(
        com.alibaba.graphscope.proto.groot.BackupInfoPb.Builder builderForValue) {
      if (backupInfoListBuilder_ == null) {
        ensureBackupInfoListIsMutable();
        backupInfoList_.add(builderForValue.build());
        onChanged();
      } else {
        backupInfoListBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public Builder addBackupInfoList(
        int index, com.alibaba.graphscope.proto.groot.BackupInfoPb.Builder builderForValue) {
      if (backupInfoListBuilder_ == null) {
        ensureBackupInfoListIsMutable();
        backupInfoList_.add(index, builderForValue.build());
        onChanged();
      } else {
        backupInfoListBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public Builder addAllBackupInfoList(
        java.lang.Iterable values) {
      if (backupInfoListBuilder_ == null) {
        ensureBackupInfoListIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, backupInfoList_);
        onChanged();
      } else {
        backupInfoListBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public Builder clearBackupInfoList() {
      if (backupInfoListBuilder_ == null) {
        backupInfoList_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
      } else {
        backupInfoListBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public Builder removeBackupInfoList(int index) {
      if (backupInfoListBuilder_ == null) {
        ensureBackupInfoListIsMutable();
        backupInfoList_.remove(index);
        onChanged();
      } else {
        backupInfoListBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public com.alibaba.graphscope.proto.groot.BackupInfoPb.Builder getBackupInfoListBuilder(
        int index) {
      return getBackupInfoListFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public com.alibaba.graphscope.proto.groot.BackupInfoPbOrBuilder getBackupInfoListOrBuilder(
        int index) {
      if (backupInfoListBuilder_ == null) {
        return backupInfoList_.get(index);  } else {
        return backupInfoListBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public java.util.List 
         getBackupInfoListOrBuilderList() {
      if (backupInfoListBuilder_ != null) {
        return backupInfoListBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(backupInfoList_);
      }
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public com.alibaba.graphscope.proto.groot.BackupInfoPb.Builder addBackupInfoListBuilder() {
      return getBackupInfoListFieldBuilder().addBuilder(
          com.alibaba.graphscope.proto.groot.BackupInfoPb.getDefaultInstance());
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public com.alibaba.graphscope.proto.groot.BackupInfoPb.Builder addBackupInfoListBuilder(
        int index) {
      return getBackupInfoListFieldBuilder().addBuilder(
          index, com.alibaba.graphscope.proto.groot.BackupInfoPb.getDefaultInstance());
    }
    /**
     * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
     */
    public java.util.List 
         getBackupInfoListBuilderList() {
      return getBackupInfoListFieldBuilder().getBuilderList();
    }
    private com.google.protobuf.RepeatedFieldBuilderV3<
        com.alibaba.graphscope.proto.groot.BackupInfoPb, com.alibaba.graphscope.proto.groot.BackupInfoPb.Builder, com.alibaba.graphscope.proto.groot.BackupInfoPbOrBuilder> 
        getBackupInfoListFieldBuilder() {
      if (backupInfoListBuilder_ == null) {
        backupInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
            com.alibaba.graphscope.proto.groot.BackupInfoPb, com.alibaba.graphscope.proto.groot.BackupInfoPb.Builder, com.alibaba.graphscope.proto.groot.BackupInfoPbOrBuilder>(
                backupInfoList_,
                ((bitField0_ & 0x00000001) != 0),
                getParentForChildren(),
                isClean());
        backupInfoList_ = null;
      }
      return backupInfoListBuilder_;
    }
    @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.GetGraphBackupInfoResponse)
  }

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

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

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

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy