public Builder mergeFrom(
     org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos.ClusterId other) {
   if (other
       == org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos.ClusterId
           .getDefaultInstance()) return this;
   if (other.hasClusterId()) {
     bitField0_ |= 0x00000001;
     clusterId_ = other.clusterId_;
     onChanged();
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }
 public org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos.ClusterId
     getDefaultInstanceForType() {
   return org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos.ClusterId
       .getDefaultInstance();
 }