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

alluxio.grpc.GetConfigurationPResponse Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/meta_master.proto

package alluxio.grpc;

/**
 * Protobuf type {@code alluxio.grpc.meta.GetConfigurationPResponse}
 */
public final class GetConfigurationPResponse extends
    alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:alluxio.grpc.meta.GetConfigurationPResponse)
    GetConfigurationPResponseOrBuilder {
private static final long serialVersionUID = 0L;
  // Use GetConfigurationPResponse.newBuilder() to construct.
  private GetConfigurationPResponse(alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private GetConfigurationPResponse() {
    clusterConfigs_ = java.util.Collections.emptyList();
    clusterConfigHash_ = "";
    pathConfigHash_ = "";
  }

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

  @java.lang.Override
  public final alluxio.shaded.client.com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  public static final alluxio.shaded.client.com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return alluxio.grpc.MetaMasterProto.internal_static_alluxio_grpc_meta_GetConfigurationPResponse_descriptor;
  }

  @SuppressWarnings({"rawtypes"})
  @java.lang.Override
  protected alluxio.shaded.client.com.google.protobuf.MapField internalGetMapField(
      int number) {
    switch (number) {
      case 2:
        return internalGetPathConfigs();
      default:
        throw new RuntimeException(
            "Invalid map field number: " + number);
    }
  }
  @java.lang.Override
  protected alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return alluxio.grpc.MetaMasterProto.internal_static_alluxio_grpc_meta_GetConfigurationPResponse_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            alluxio.grpc.GetConfigurationPResponse.class, alluxio.grpc.GetConfigurationPResponse.Builder.class);
  }

  private int bitField0_;
  public static final int CLUSTERCONFIGS_FIELD_NUMBER = 1;
  private java.util.List clusterConfigs_;
  /**
   * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
   */
  @java.lang.Override
  public java.util.List getClusterConfigsList() {
    return clusterConfigs_;
  }
  /**
   * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
   */
  @java.lang.Override
  public java.util.List 
      getClusterConfigsOrBuilderList() {
    return clusterConfigs_;
  }
  /**
   * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
   */
  @java.lang.Override
  public int getClusterConfigsCount() {
    return clusterConfigs_.size();
  }
  /**
   * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
   */
  @java.lang.Override
  public alluxio.grpc.ConfigProperty getClusterConfigs(int index) {
    return clusterConfigs_.get(index);
  }
  /**
   * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
   */
  @java.lang.Override
  public alluxio.grpc.ConfigPropertyOrBuilder getClusterConfigsOrBuilder(
      int index) {
    return clusterConfigs_.get(index);
  }

  public static final int PATHCONFIGS_FIELD_NUMBER = 2;
  private static final class PathConfigsDefaultEntryHolder {
    static final alluxio.shaded.client.com.google.protobuf.MapEntry<
        java.lang.String, alluxio.grpc.ConfigProperties> defaultEntry =
            alluxio.shaded.client.com.google.protobuf.MapEntry
            .newDefaultInstance(
                alluxio.grpc.MetaMasterProto.internal_static_alluxio_grpc_meta_GetConfigurationPResponse_PathConfigsEntry_descriptor, 
                alluxio.shaded.client.com.google.protobuf.WireFormat.FieldType.STRING,
                "",
                alluxio.shaded.client.com.google.protobuf.WireFormat.FieldType.MESSAGE,
                alluxio.grpc.ConfigProperties.getDefaultInstance());
  }
  private alluxio.shaded.client.com.google.protobuf.MapField<
      java.lang.String, alluxio.grpc.ConfigProperties> pathConfigs_;
  private alluxio.shaded.client.com.google.protobuf.MapField
  internalGetPathConfigs() {
    if (pathConfigs_ == null) {
      return alluxio.shaded.client.com.google.protobuf.MapField.emptyMapField(
          PathConfigsDefaultEntryHolder.defaultEntry);
    }
    return pathConfigs_;
  }

  public int getPathConfigsCount() {
    return internalGetPathConfigs().getMap().size();
  }
  /**
   * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
   */

  @java.lang.Override
  public boolean containsPathConfigs(
      java.lang.String key) {
    if (key == null) { throw new NullPointerException("map key"); }
    return internalGetPathConfigs().getMap().containsKey(key);
  }
  /**
   * Use {@link #getPathConfigsMap()} instead.
   */
  @java.lang.Override
  @java.lang.Deprecated
  public java.util.Map getPathConfigs() {
    return getPathConfigsMap();
  }
  /**
   * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
   */
  @java.lang.Override

  public java.util.Map getPathConfigsMap() {
    return internalGetPathConfigs().getMap();
  }
  /**
   * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
   */
  @java.lang.Override

  public alluxio.grpc.ConfigProperties getPathConfigsOrDefault(
      java.lang.String key,
      alluxio.grpc.ConfigProperties defaultValue) {
    if (key == null) { throw new NullPointerException("map key"); }
    java.util.Map map =
        internalGetPathConfigs().getMap();
    return map.containsKey(key) ? map.get(key) : defaultValue;
  }
  /**
   * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
   */
  @java.lang.Override

  public alluxio.grpc.ConfigProperties getPathConfigsOrThrow(
      java.lang.String key) {
    if (key == null) { throw new NullPointerException("map key"); }
    java.util.Map map =
        internalGetPathConfigs().getMap();
    if (!map.containsKey(key)) {
      throw new java.lang.IllegalArgumentException();
    }
    return map.get(key);
  }

  public static final int CLUSTERCONFIGHASH_FIELD_NUMBER = 3;
  private volatile java.lang.Object clusterConfigHash_;
  /**
   * optional string clusterConfigHash = 3;
   * @return Whether the clusterConfigHash field is set.
   */
  @java.lang.Override
  public boolean hasClusterConfigHash() {
    return ((bitField0_ & 0x00000001) != 0);
  }
  /**
   * optional string clusterConfigHash = 3;
   * @return The clusterConfigHash.
   */
  @java.lang.Override
  public java.lang.String getClusterConfigHash() {
    java.lang.Object ref = clusterConfigHash_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      alluxio.shaded.client.com.google.protobuf.ByteString bs = 
          (alluxio.shaded.client.com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      if (bs.isValidUtf8()) {
        clusterConfigHash_ = s;
      }
      return s;
    }
  }
  /**
   * optional string clusterConfigHash = 3;
   * @return The bytes for clusterConfigHash.
   */
  @java.lang.Override
  public alluxio.shaded.client.com.google.protobuf.ByteString
      getClusterConfigHashBytes() {
    java.lang.Object ref = clusterConfigHash_;
    if (ref instanceof java.lang.String) {
      alluxio.shaded.client.com.google.protobuf.ByteString b = 
          alluxio.shaded.client.com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      clusterConfigHash_ = b;
      return b;
    } else {
      return (alluxio.shaded.client.com.google.protobuf.ByteString) ref;
    }
  }

  public static final int PATHCONFIGHASH_FIELD_NUMBER = 4;
  private volatile java.lang.Object pathConfigHash_;
  /**
   * optional string pathConfigHash = 4;
   * @return Whether the pathConfigHash field is set.
   */
  @java.lang.Override
  public boolean hasPathConfigHash() {
    return ((bitField0_ & 0x00000002) != 0);
  }
  /**
   * optional string pathConfigHash = 4;
   * @return The pathConfigHash.
   */
  @java.lang.Override
  public java.lang.String getPathConfigHash() {
    java.lang.Object ref = pathConfigHash_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      alluxio.shaded.client.com.google.protobuf.ByteString bs = 
          (alluxio.shaded.client.com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      if (bs.isValidUtf8()) {
        pathConfigHash_ = s;
      }
      return s;
    }
  }
  /**
   * optional string pathConfigHash = 4;
   * @return The bytes for pathConfigHash.
   */
  @java.lang.Override
  public alluxio.shaded.client.com.google.protobuf.ByteString
      getPathConfigHashBytes() {
    java.lang.Object ref = pathConfigHash_;
    if (ref instanceof java.lang.String) {
      alluxio.shaded.client.com.google.protobuf.ByteString b = 
          alluxio.shaded.client.com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      pathConfigHash_ = b;
      return b;
    } else {
      return (alluxio.shaded.client.com.google.protobuf.ByteString) ref;
    }
  }

  public static final int CLUSTERCONFIGLASTUPDATETIME_FIELD_NUMBER = 5;
  private long clusterConfigLastUpdateTime_;
  /**
   * optional int64 clusterConfigLastUpdateTime = 5;
   * @return Whether the clusterConfigLastUpdateTime field is set.
   */
  @java.lang.Override
  public boolean hasClusterConfigLastUpdateTime() {
    return ((bitField0_ & 0x00000004) != 0);
  }
  /**
   * optional int64 clusterConfigLastUpdateTime = 5;
   * @return The clusterConfigLastUpdateTime.
   */
  @java.lang.Override
  public long getClusterConfigLastUpdateTime() {
    return clusterConfigLastUpdateTime_;
  }

  public static final int PATHCONFIGLASTUPDATETIME_FIELD_NUMBER = 6;
  private long pathConfigLastUpdateTime_;
  /**
   * optional int64 pathConfigLastUpdateTime = 6;
   * @return Whether the pathConfigLastUpdateTime field is set.
   */
  @java.lang.Override
  public boolean hasPathConfigLastUpdateTime() {
    return ((bitField0_ & 0x00000008) != 0);
  }
  /**
   * optional int64 pathConfigLastUpdateTime = 6;
   * @return The pathConfigLastUpdateTime.
   */
  @java.lang.Override
  public long getPathConfigLastUpdateTime() {
    return pathConfigLastUpdateTime_;
  }

  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(alluxio.shaded.client.com.google.protobuf.CodedOutputStream output)
                      throws java.alluxio.shaded.client.io.IOException {
    for (int i = 0; i < clusterConfigs_.size(); i++) {
      output.writeMessage(1, clusterConfigs_.get(i));
    }
    alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3
      .serializeStringMapTo(
        output,
        internalGetPathConfigs(),
        PathConfigsDefaultEntryHolder.defaultEntry,
        2);
    if (((bitField0_ & 0x00000001) != 0)) {
      alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, clusterConfigHash_);
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.writeString(output, 4, pathConfigHash_);
    }
    if (((bitField0_ & 0x00000004) != 0)) {
      output.writeInt64(5, clusterConfigLastUpdateTime_);
    }
    if (((bitField0_ & 0x00000008) != 0)) {
      output.writeInt64(6, pathConfigLastUpdateTime_);
    }
    getUnknownFields().writeTo(output);
  }

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

    size = 0;
    for (int i = 0; i < clusterConfigs_.size(); i++) {
      size += alluxio.shaded.client.com.google.protobuf.CodedOutputStream
        .alluxio.shaded.client.com.uteMessageSize(1, clusterConfigs_.get(i));
    }
    for (java.util.Map.Entry entry
         : internalGetPathConfigs().getMap().entrySet()) {
      alluxio.shaded.client.com.google.protobuf.MapEntry
      pathConfigs__ = PathConfigsDefaultEntryHolder.defaultEntry.newBuilderForType()
          .setKey(entry.getKey())
          .setValue(entry.getValue())
          .build();
      size += alluxio.shaded.client.com.google.protobuf.CodedOutputStream
          .alluxio.shaded.client.com.uteMessageSize(2, pathConfigs__);
    }
    if (((bitField0_ & 0x00000001) != 0)) {
      size += alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.alluxio.shaded.client.com.uteStringSize(3, clusterConfigHash_);
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      size += alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.alluxio.shaded.client.com.uteStringSize(4, pathConfigHash_);
    }
    if (((bitField0_ & 0x00000004) != 0)) {
      size += alluxio.shaded.client.com.google.protobuf.CodedOutputStream
        .alluxio.shaded.client.com.uteInt64Size(5, clusterConfigLastUpdateTime_);
    }
    if (((bitField0_ & 0x00000008) != 0)) {
      size += alluxio.shaded.client.com.google.protobuf.CodedOutputStream
        .alluxio.shaded.client.com.uteInt64Size(6, pathConfigLastUpdateTime_);
    }
    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 alluxio.grpc.GetConfigurationPResponse)) {
      return super.equals(obj);
    }
    alluxio.grpc.GetConfigurationPResponse other = (alluxio.grpc.GetConfigurationPResponse) obj;

    if (!getClusterConfigsList()
        .equals(other.getClusterConfigsList())) return false;
    if (!internalGetPathConfigs().equals(
        other.internalGetPathConfigs())) return false;
    if (hasClusterConfigHash() != other.hasClusterConfigHash()) return false;
    if (hasClusterConfigHash()) {
      if (!getClusterConfigHash()
          .equals(other.getClusterConfigHash())) return false;
    }
    if (hasPathConfigHash() != other.hasPathConfigHash()) return false;
    if (hasPathConfigHash()) {
      if (!getPathConfigHash()
          .equals(other.getPathConfigHash())) return false;
    }
    if (hasClusterConfigLastUpdateTime() != other.hasClusterConfigLastUpdateTime()) return false;
    if (hasClusterConfigLastUpdateTime()) {
      if (getClusterConfigLastUpdateTime()
          != other.getClusterConfigLastUpdateTime()) return false;
    }
    if (hasPathConfigLastUpdateTime() != other.hasPathConfigLastUpdateTime()) return false;
    if (hasPathConfigLastUpdateTime()) {
      if (getPathConfigLastUpdateTime()
          != other.getPathConfigLastUpdateTime()) 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 (getClusterConfigsCount() > 0) {
      hash = (37 * hash) + CLUSTERCONFIGS_FIELD_NUMBER;
      hash = (53 * hash) + getClusterConfigsList().hashCode();
    }
    if (!internalGetPathConfigs().getMap().isEmpty()) {
      hash = (37 * hash) + PATHCONFIGS_FIELD_NUMBER;
      hash = (53 * hash) + internalGetPathConfigs().hashCode();
    }
    if (hasClusterConfigHash()) {
      hash = (37 * hash) + CLUSTERCONFIGHASH_FIELD_NUMBER;
      hash = (53 * hash) + getClusterConfigHash().hashCode();
    }
    if (hasPathConfigHash()) {
      hash = (37 * hash) + PATHCONFIGHASH_FIELD_NUMBER;
      hash = (53 * hash) + getPathConfigHash().hashCode();
    }
    if (hasClusterConfigLastUpdateTime()) {
      hash = (37 * hash) + CLUSTERCONFIGLASTUPDATETIME_FIELD_NUMBER;
      hash = (53 * hash) + alluxio.shaded.client.com.google.protobuf.Internal.hashLong(
          getClusterConfigLastUpdateTime());
    }
    if (hasPathConfigLastUpdateTime()) {
      hash = (37 * hash) + PATHCONFIGLASTUPDATETIME_FIELD_NUMBER;
      hash = (53 * hash) + alluxio.shaded.client.com.google.protobuf.Internal.hashLong(
          getPathConfigLastUpdateTime());
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static alluxio.grpc.GetConfigurationPResponse parseFrom(
      java.nio.ByteBuffer data)
      throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseFrom(
      java.nio.ByteBuffer data,
      alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseFrom(
      alluxio.shaded.client.com.google.protobuf.ByteString data)
      throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseFrom(
      alluxio.shaded.client.com.google.protobuf.ByteString data,
      alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseFrom(byte[] data)
      throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseFrom(
      byte[] data,
      alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseFrom(java.alluxio.shaded.client.io.InputStream input)
      throws java.alluxio.shaded.client.io.IOException {
    return alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseFrom(
      java.alluxio.shaded.client.io.InputStream input,
      alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.alluxio.shaded.client.io.IOException {
    return alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseDelimitedFrom(java.alluxio.shaded.client.io.InputStream input)
      throws java.alluxio.shaded.client.io.IOException {
    return alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseDelimitedFrom(
      java.alluxio.shaded.client.io.InputStream input,
      alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.alluxio.shaded.client.io.IOException {
    return alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseFrom(
      alluxio.shaded.client.com.google.protobuf.CodedInputStream input)
      throws java.alluxio.shaded.client.io.IOException {
    return alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static alluxio.grpc.GetConfigurationPResponse parseFrom(
      alluxio.shaded.client.com.google.protobuf.CodedInputStream input,
      alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.alluxio.shaded.client.io.IOException {
    return alluxio.shaded.client.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(alluxio.grpc.GetConfigurationPResponse 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(
      alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   * Protobuf type {@code alluxio.grpc.meta.GetConfigurationPResponse}
   */
  public static final class Builder extends
      alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:alluxio.grpc.meta.GetConfigurationPResponse)
      alluxio.grpc.GetConfigurationPResponseOrBuilder {
    public static final alluxio.shaded.client.com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return alluxio.grpc.MetaMasterProto.internal_static_alluxio_grpc_meta_GetConfigurationPResponse_descriptor;
    }

    @SuppressWarnings({"rawtypes"})
    protected alluxio.shaded.client.com.google.protobuf.MapField internalGetMapField(
        int number) {
      switch (number) {
        case 2:
          return internalGetPathConfigs();
        default:
          throw new RuntimeException(
              "Invalid map field number: " + number);
      }
    }
    @SuppressWarnings({"rawtypes"})
    protected alluxio.shaded.client.com.google.protobuf.MapField internalGetMutableMapField(
        int number) {
      switch (number) {
        case 2:
          return internalGetMutablePathConfigs();
        default:
          throw new RuntimeException(
              "Invalid map field number: " + number);
      }
    }
    @java.lang.Override
    protected alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return alluxio.grpc.MetaMasterProto.internal_static_alluxio_grpc_meta_GetConfigurationPResponse_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              alluxio.grpc.GetConfigurationPResponse.class, alluxio.grpc.GetConfigurationPResponse.Builder.class);
    }

    // Construct using alluxio.grpc.GetConfigurationPResponse.newBuilder()
    private Builder() {

    }

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

    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      if (clusterConfigsBuilder_ == null) {
        clusterConfigs_ = java.util.Collections.emptyList();
      } else {
        clusterConfigs_ = null;
        clusterConfigsBuilder_.clear();
      }
      bitField0_ = (bitField0_ & ~0x00000001);
      internalGetMutablePathConfigs().clear();
      clusterConfigHash_ = "";
      bitField0_ = (bitField0_ & ~0x00000004);
      pathConfigHash_ = "";
      bitField0_ = (bitField0_ & ~0x00000008);
      clusterConfigLastUpdateTime_ = 0L;
      bitField0_ = (bitField0_ & ~0x00000010);
      pathConfigLastUpdateTime_ = 0L;
      bitField0_ = (bitField0_ & ~0x00000020);
      return this;
    }

    @java.lang.Override
    public alluxio.shaded.client.com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return alluxio.grpc.MetaMasterProto.internal_static_alluxio_grpc_meta_GetConfigurationPResponse_descriptor;
    }

    @java.lang.Override
    public alluxio.grpc.GetConfigurationPResponse getDefaultInstanceForType() {
      return alluxio.grpc.GetConfigurationPResponse.getDefaultInstance();
    }

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

    @java.lang.Override
    public alluxio.grpc.GetConfigurationPResponse buildPartial() {
      alluxio.grpc.GetConfigurationPResponse result = new alluxio.grpc.GetConfigurationPResponse(this);
      int from_bitField0_ = bitField0_;
      int to_bitField0_ = 0;
      if (clusterConfigsBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0)) {
          clusterConfigs_ = java.util.Collections.unmodifiableList(clusterConfigs_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.clusterConfigs_ = clusterConfigs_;
      } else {
        result.clusterConfigs_ = clusterConfigsBuilder_.build();
      }
      result.pathConfigs_ = internalGetPathConfigs();
      result.pathConfigs_.makeImmutable();
      if (((from_bitField0_ & 0x00000004) != 0)) {
        to_bitField0_ |= 0x00000001;
      }
      result.clusterConfigHash_ = clusterConfigHash_;
      if (((from_bitField0_ & 0x00000008) != 0)) {
        to_bitField0_ |= 0x00000002;
      }
      result.pathConfigHash_ = pathConfigHash_;
      if (((from_bitField0_ & 0x00000010) != 0)) {
        result.clusterConfigLastUpdateTime_ = clusterConfigLastUpdateTime_;
        to_bitField0_ |= 0x00000004;
      }
      if (((from_bitField0_ & 0x00000020) != 0)) {
        result.pathConfigLastUpdateTime_ = pathConfigLastUpdateTime_;
        to_bitField0_ |= 0x00000008;
      }
      result.bitField0_ = to_bitField0_;
      onBuilt();
      return result;
    }

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

    public Builder mergeFrom(alluxio.grpc.GetConfigurationPResponse other) {
      if (other == alluxio.grpc.GetConfigurationPResponse.getDefaultInstance()) return this;
      if (clusterConfigsBuilder_ == null) {
        if (!other.clusterConfigs_.isEmpty()) {
          if (clusterConfigs_.isEmpty()) {
            clusterConfigs_ = other.clusterConfigs_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureClusterConfigsIsMutable();
            clusterConfigs_.addAll(other.clusterConfigs_);
          }
          onChanged();
        }
      } else {
        if (!other.clusterConfigs_.isEmpty()) {
          if (clusterConfigsBuilder_.isEmpty()) {
            clusterConfigsBuilder_.dispose();
            clusterConfigsBuilder_ = null;
            clusterConfigs_ = other.clusterConfigs_;
            bitField0_ = (bitField0_ & ~0x00000001);
            clusterConfigsBuilder_ = 
              alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getClusterConfigsFieldBuilder() : null;
          } else {
            clusterConfigsBuilder_.addAllMessages(other.clusterConfigs_);
          }
        }
      }
      internalGetMutablePathConfigs().mergeFrom(
          other.internalGetPathConfigs());
      if (other.hasClusterConfigHash()) {
        bitField0_ |= 0x00000004;
        clusterConfigHash_ = other.clusterConfigHash_;
        onChanged();
      }
      if (other.hasPathConfigHash()) {
        bitField0_ |= 0x00000008;
        pathConfigHash_ = other.pathConfigHash_;
        onChanged();
      }
      if (other.hasClusterConfigLastUpdateTime()) {
        setClusterConfigLastUpdateTime(other.getClusterConfigLastUpdateTime());
      }
      if (other.hasPathConfigLastUpdateTime()) {
        setPathConfigLastUpdateTime(other.getPathConfigLastUpdateTime());
      }
      this.mergeUnknownFields(other.getUnknownFields());
      onChanged();
      return this;
    }

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

    @java.lang.Override
    public Builder mergeFrom(
        alluxio.shaded.client.com.google.protobuf.CodedInputStream input,
        alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.alluxio.shaded.client.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: {
              alluxio.grpc.ConfigProperty m =
                  input.readMessage(
                      alluxio.grpc.ConfigProperty.PARSER,
                      extensionRegistry);
              if (clusterConfigsBuilder_ == null) {
                ensureClusterConfigsIsMutable();
                clusterConfigs_.add(m);
              } else {
                clusterConfigsBuilder_.addMessage(m);
              }
              break;
            } // case 10
            case 18: {
              alluxio.shaded.client.com.google.protobuf.MapEntry
              pathConfigs__ = input.readMessage(
                  PathConfigsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
              internalGetMutablePathConfigs().getMutableMap().put(
                  pathConfigs__.getKey(), pathConfigs__.getValue());
              break;
            } // case 18
            case 26: {
              clusterConfigHash_ = input.readBytes();
              bitField0_ |= 0x00000004;
              break;
            } // case 26
            case 34: {
              pathConfigHash_ = input.readBytes();
              bitField0_ |= 0x00000008;
              break;
            } // case 34
            case 40: {
              clusterConfigLastUpdateTime_ = input.readInt64();
              bitField0_ |= 0x00000010;
              break;
            } // case 40
            case 48: {
              pathConfigLastUpdateTime_ = input.readInt64();
              bitField0_ |= 0x00000020;
              break;
            } // case 48
            default: {
              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                done = true; // was an endgroup tag
              }
              break;
            } // default:
          } // switch (tag)
        } // while (!done)
      } catch (alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.unwrapIOException();
      } finally {
        onChanged();
      } // finally
      return this;
    }
    private int bitField0_;

    private java.util.List clusterConfigs_ =
      java.util.Collections.emptyList();
    private void ensureClusterConfigsIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        clusterConfigs_ = new java.util.ArrayList(clusterConfigs_);
        bitField0_ |= 0x00000001;
       }
    }

    private alluxio.shaded.client.com.google.protobuf.RepeatedFieldBuilderV3<
        alluxio.grpc.ConfigProperty, alluxio.grpc.ConfigProperty.Builder, alluxio.grpc.ConfigPropertyOrBuilder> clusterConfigsBuilder_;

    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public java.util.List getClusterConfigsList() {
      if (clusterConfigsBuilder_ == null) {
        return java.util.Collections.unmodifiableList(clusterConfigs_);
      } else {
        return clusterConfigsBuilder_.getMessageList();
      }
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public int getClusterConfigsCount() {
      if (clusterConfigsBuilder_ == null) {
        return clusterConfigs_.size();
      } else {
        return clusterConfigsBuilder_.getCount();
      }
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public alluxio.grpc.ConfigProperty getClusterConfigs(int index) {
      if (clusterConfigsBuilder_ == null) {
        return clusterConfigs_.get(index);
      } else {
        return clusterConfigsBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public Builder setClusterConfigs(
        int index, alluxio.grpc.ConfigProperty value) {
      if (clusterConfigsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureClusterConfigsIsMutable();
        clusterConfigs_.set(index, value);
        onChanged();
      } else {
        clusterConfigsBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public Builder setClusterConfigs(
        int index, alluxio.grpc.ConfigProperty.Builder builderForValue) {
      if (clusterConfigsBuilder_ == null) {
        ensureClusterConfigsIsMutable();
        clusterConfigs_.set(index, builderForValue.build());
        onChanged();
      } else {
        clusterConfigsBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public Builder addClusterConfigs(alluxio.grpc.ConfigProperty value) {
      if (clusterConfigsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureClusterConfigsIsMutable();
        clusterConfigs_.add(value);
        onChanged();
      } else {
        clusterConfigsBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public Builder addClusterConfigs(
        int index, alluxio.grpc.ConfigProperty value) {
      if (clusterConfigsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureClusterConfigsIsMutable();
        clusterConfigs_.add(index, value);
        onChanged();
      } else {
        clusterConfigsBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public Builder addClusterConfigs(
        alluxio.grpc.ConfigProperty.Builder builderForValue) {
      if (clusterConfigsBuilder_ == null) {
        ensureClusterConfigsIsMutable();
        clusterConfigs_.add(builderForValue.build());
        onChanged();
      } else {
        clusterConfigsBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public Builder addClusterConfigs(
        int index, alluxio.grpc.ConfigProperty.Builder builderForValue) {
      if (clusterConfigsBuilder_ == null) {
        ensureClusterConfigsIsMutable();
        clusterConfigs_.add(index, builderForValue.build());
        onChanged();
      } else {
        clusterConfigsBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public Builder addAllClusterConfigs(
        java.lang.Iterable values) {
      if (clusterConfigsBuilder_ == null) {
        ensureClusterConfigsIsMutable();
        alluxio.shaded.client.com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, clusterConfigs_);
        onChanged();
      } else {
        clusterConfigsBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public Builder clearClusterConfigs() {
      if (clusterConfigsBuilder_ == null) {
        clusterConfigs_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
      } else {
        clusterConfigsBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public Builder removeClusterConfigs(int index) {
      if (clusterConfigsBuilder_ == null) {
        ensureClusterConfigsIsMutable();
        clusterConfigs_.remove(index);
        onChanged();
      } else {
        clusterConfigsBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public alluxio.grpc.ConfigProperty.Builder getClusterConfigsBuilder(
        int index) {
      return getClusterConfigsFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public alluxio.grpc.ConfigPropertyOrBuilder getClusterConfigsOrBuilder(
        int index) {
      if (clusterConfigsBuilder_ == null) {
        return clusterConfigs_.get(index);  } else {
        return clusterConfigsBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public java.util.List 
         getClusterConfigsOrBuilderList() {
      if (clusterConfigsBuilder_ != null) {
        return clusterConfigsBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(clusterConfigs_);
      }
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public alluxio.grpc.ConfigProperty.Builder addClusterConfigsBuilder() {
      return getClusterConfigsFieldBuilder().addBuilder(
          alluxio.grpc.ConfigProperty.getDefaultInstance());
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public alluxio.grpc.ConfigProperty.Builder addClusterConfigsBuilder(
        int index) {
      return getClusterConfigsFieldBuilder().addBuilder(
          index, alluxio.grpc.ConfigProperty.getDefaultInstance());
    }
    /**
     * repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
     */
    public java.util.List 
         getClusterConfigsBuilderList() {
      return getClusterConfigsFieldBuilder().getBuilderList();
    }
    private alluxio.shaded.client.com.google.protobuf.RepeatedFieldBuilderV3<
        alluxio.grpc.ConfigProperty, alluxio.grpc.ConfigProperty.Builder, alluxio.grpc.ConfigPropertyOrBuilder> 
        getClusterConfigsFieldBuilder() {
      if (clusterConfigsBuilder_ == null) {
        clusterConfigsBuilder_ = new alluxio.shaded.client.com.google.protobuf.RepeatedFieldBuilderV3<
            alluxio.grpc.ConfigProperty, alluxio.grpc.ConfigProperty.Builder, alluxio.grpc.ConfigPropertyOrBuilder>(
                clusterConfigs_,
                ((bitField0_ & 0x00000001) != 0),
                getParentForChildren(),
                isClean());
        clusterConfigs_ = null;
      }
      return clusterConfigsBuilder_;
    }

    private alluxio.shaded.client.com.google.protobuf.MapField<
        java.lang.String, alluxio.grpc.ConfigProperties> pathConfigs_;
    private alluxio.shaded.client.com.google.protobuf.MapField
    internalGetPathConfigs() {
      if (pathConfigs_ == null) {
        return alluxio.shaded.client.com.google.protobuf.MapField.emptyMapField(
            PathConfigsDefaultEntryHolder.defaultEntry);
      }
      return pathConfigs_;
    }
    private alluxio.shaded.client.com.google.protobuf.MapField
    internalGetMutablePathConfigs() {
      onChanged();;
      if (pathConfigs_ == null) {
        pathConfigs_ = alluxio.shaded.client.com.google.protobuf.MapField.newMapField(
            PathConfigsDefaultEntryHolder.defaultEntry);
      }
      if (!pathConfigs_.isMutable()) {
        pathConfigs_ = pathConfigs_.copy();
      }
      return pathConfigs_;
    }

    public int getPathConfigsCount() {
      return internalGetPathConfigs().getMap().size();
    }
    /**
     * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
     */

    @java.lang.Override
    public boolean containsPathConfigs(
        java.lang.String key) {
      if (key == null) { throw new NullPointerException("map key"); }
      return internalGetPathConfigs().getMap().containsKey(key);
    }
    /**
     * Use {@link #getPathConfigsMap()} instead.
     */
    @java.lang.Override
    @java.lang.Deprecated
    public java.util.Map getPathConfigs() {
      return getPathConfigsMap();
    }
    /**
     * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
     */
    @java.lang.Override

    public java.util.Map getPathConfigsMap() {
      return internalGetPathConfigs().getMap();
    }
    /**
     * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
     */
    @java.lang.Override

    public alluxio.grpc.ConfigProperties getPathConfigsOrDefault(
        java.lang.String key,
        alluxio.grpc.ConfigProperties defaultValue) {
      if (key == null) { throw new NullPointerException("map key"); }
      java.util.Map map =
          internalGetPathConfigs().getMap();
      return map.containsKey(key) ? map.get(key) : defaultValue;
    }
    /**
     * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
     */
    @java.lang.Override

    public alluxio.grpc.ConfigProperties getPathConfigsOrThrow(
        java.lang.String key) {
      if (key == null) { throw new NullPointerException("map key"); }
      java.util.Map map =
          internalGetPathConfigs().getMap();
      if (!map.containsKey(key)) {
        throw new java.lang.IllegalArgumentException();
      }
      return map.get(key);
    }

    public Builder clearPathConfigs() {
      internalGetMutablePathConfigs().getMutableMap()
          .clear();
      return this;
    }
    /**
     * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
     */

    public Builder removePathConfigs(
        java.lang.String key) {
      if (key == null) { throw new NullPointerException("map key"); }
      internalGetMutablePathConfigs().getMutableMap()
          .remove(key);
      return this;
    }
    /**
     * Use alternate mutation accessors instead.
     */
    @java.lang.Deprecated
    public java.util.Map
    getMutablePathConfigs() {
      return internalGetMutablePathConfigs().getMutableMap();
    }
    /**
     * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
     */
    public Builder putPathConfigs(
        java.lang.String key,
        alluxio.grpc.ConfigProperties value) {
      if (key == null) { throw new NullPointerException("map key"); }
      if (value == null) {
  throw new NullPointerException("map value");
}

      internalGetMutablePathConfigs().getMutableMap()
          .put(key, value);
      return this;
    }
    /**
     * map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
     */

    public Builder putAllPathConfigs(
        java.util.Map values) {
      internalGetMutablePathConfigs().getMutableMap()
          .putAll(values);
      return this;
    }

    private java.lang.Object clusterConfigHash_ = "";
    /**
     * optional string clusterConfigHash = 3;
     * @return Whether the clusterConfigHash field is set.
     */
    public boolean hasClusterConfigHash() {
      return ((bitField0_ & 0x00000004) != 0);
    }
    /**
     * optional string clusterConfigHash = 3;
     * @return The clusterConfigHash.
     */
    public java.lang.String getClusterConfigHash() {
      java.lang.Object ref = clusterConfigHash_;
      if (!(ref instanceof java.lang.String)) {
        alluxio.shaded.client.com.google.protobuf.ByteString bs =
            (alluxio.shaded.client.com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          clusterConfigHash_ = s;
        }
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * optional string clusterConfigHash = 3;
     * @return The bytes for clusterConfigHash.
     */
    public alluxio.shaded.client.com.google.protobuf.ByteString
        getClusterConfigHashBytes() {
      java.lang.Object ref = clusterConfigHash_;
      if (ref instanceof String) {
        alluxio.shaded.client.com.google.protobuf.ByteString b = 
            alluxio.shaded.client.com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        clusterConfigHash_ = b;
        return b;
      } else {
        return (alluxio.shaded.client.com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * optional string clusterConfigHash = 3;
     * @param value The clusterConfigHash to set.
     * @return This builder for chaining.
     */
    public Builder setClusterConfigHash(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000004;
      clusterConfigHash_ = value;
      onChanged();
      return this;
    }
    /**
     * optional string clusterConfigHash = 3;
     * @return This builder for chaining.
     */
    public Builder clearClusterConfigHash() {
      bitField0_ = (bitField0_ & ~0x00000004);
      clusterConfigHash_ = getDefaultInstance().getClusterConfigHash();
      onChanged();
      return this;
    }
    /**
     * optional string clusterConfigHash = 3;
     * @param value The bytes for clusterConfigHash to set.
     * @return This builder for chaining.
     */
    public Builder setClusterConfigHashBytes(
        alluxio.shaded.client.com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000004;
      clusterConfigHash_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object pathConfigHash_ = "";
    /**
     * optional string pathConfigHash = 4;
     * @return Whether the pathConfigHash field is set.
     */
    public boolean hasPathConfigHash() {
      return ((bitField0_ & 0x00000008) != 0);
    }
    /**
     * optional string pathConfigHash = 4;
     * @return The pathConfigHash.
     */
    public java.lang.String getPathConfigHash() {
      java.lang.Object ref = pathConfigHash_;
      if (!(ref instanceof java.lang.String)) {
        alluxio.shaded.client.com.google.protobuf.ByteString bs =
            (alluxio.shaded.client.com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          pathConfigHash_ = s;
        }
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * optional string pathConfigHash = 4;
     * @return The bytes for pathConfigHash.
     */
    public alluxio.shaded.client.com.google.protobuf.ByteString
        getPathConfigHashBytes() {
      java.lang.Object ref = pathConfigHash_;
      if (ref instanceof String) {
        alluxio.shaded.client.com.google.protobuf.ByteString b = 
            alluxio.shaded.client.com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        pathConfigHash_ = b;
        return b;
      } else {
        return (alluxio.shaded.client.com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * optional string pathConfigHash = 4;
     * @param value The pathConfigHash to set.
     * @return This builder for chaining.
     */
    public Builder setPathConfigHash(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000008;
      pathConfigHash_ = value;
      onChanged();
      return this;
    }
    /**
     * optional string pathConfigHash = 4;
     * @return This builder for chaining.
     */
    public Builder clearPathConfigHash() {
      bitField0_ = (bitField0_ & ~0x00000008);
      pathConfigHash_ = getDefaultInstance().getPathConfigHash();
      onChanged();
      return this;
    }
    /**
     * optional string pathConfigHash = 4;
     * @param value The bytes for pathConfigHash to set.
     * @return This builder for chaining.
     */
    public Builder setPathConfigHashBytes(
        alluxio.shaded.client.com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000008;
      pathConfigHash_ = value;
      onChanged();
      return this;
    }

    private long clusterConfigLastUpdateTime_ ;
    /**
     * optional int64 clusterConfigLastUpdateTime = 5;
     * @return Whether the clusterConfigLastUpdateTime field is set.
     */
    @java.lang.Override
    public boolean hasClusterConfigLastUpdateTime() {
      return ((bitField0_ & 0x00000010) != 0);
    }
    /**
     * optional int64 clusterConfigLastUpdateTime = 5;
     * @return The clusterConfigLastUpdateTime.
     */
    @java.lang.Override
    public long getClusterConfigLastUpdateTime() {
      return clusterConfigLastUpdateTime_;
    }
    /**
     * optional int64 clusterConfigLastUpdateTime = 5;
     * @param value The clusterConfigLastUpdateTime to set.
     * @return This builder for chaining.
     */
    public Builder setClusterConfigLastUpdateTime(long value) {
      bitField0_ |= 0x00000010;
      clusterConfigLastUpdateTime_ = value;
      onChanged();
      return this;
    }
    /**
     * optional int64 clusterConfigLastUpdateTime = 5;
     * @return This builder for chaining.
     */
    public Builder clearClusterConfigLastUpdateTime() {
      bitField0_ = (bitField0_ & ~0x00000010);
      clusterConfigLastUpdateTime_ = 0L;
      onChanged();
      return this;
    }

    private long pathConfigLastUpdateTime_ ;
    /**
     * optional int64 pathConfigLastUpdateTime = 6;
     * @return Whether the pathConfigLastUpdateTime field is set.
     */
    @java.lang.Override
    public boolean hasPathConfigLastUpdateTime() {
      return ((bitField0_ & 0x00000020) != 0);
    }
    /**
     * optional int64 pathConfigLastUpdateTime = 6;
     * @return The pathConfigLastUpdateTime.
     */
    @java.lang.Override
    public long getPathConfigLastUpdateTime() {
      return pathConfigLastUpdateTime_;
    }
    /**
     * optional int64 pathConfigLastUpdateTime = 6;
     * @param value The pathConfigLastUpdateTime to set.
     * @return This builder for chaining.
     */
    public Builder setPathConfigLastUpdateTime(long value) {
      bitField0_ |= 0x00000020;
      pathConfigLastUpdateTime_ = value;
      onChanged();
      return this;
    }
    /**
     * optional int64 pathConfigLastUpdateTime = 6;
     * @return This builder for chaining.
     */
    public Builder clearPathConfigLastUpdateTime() {
      bitField0_ = (bitField0_ & ~0x00000020);
      pathConfigLastUpdateTime_ = 0L;
      onChanged();
      return this;
    }
    @java.lang.Override
    public final Builder setUnknownFields(
        final alluxio.shaded.client.com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

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


    // @@protoc_insertion_point(builder_scope:alluxio.grpc.meta.GetConfigurationPResponse)
  }

  // @@protoc_insertion_point(class_scope:alluxio.grpc.meta.GetConfigurationPResponse)
  private static final alluxio.grpc.GetConfigurationPResponse DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new alluxio.grpc.GetConfigurationPResponse();
  }

  public static alluxio.grpc.GetConfigurationPResponse getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

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

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

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

  @java.lang.Override
  public alluxio.grpc.GetConfigurationPResponse getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy