public org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos.ClusterId buildPartial() {
   org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos.ClusterId result =
       new org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos.ClusterId(this);
   int from_bitField0_ = bitField0_;
   int to_bitField0_ = 0;
   if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
     to_bitField0_ |= 0x00000001;
   }
   result.clusterId_ = clusterId_;
   result.bitField0_ = to_bitField0_;
   onBuilt();
   return result;
 }